Skip to content

[BUG] excessive memory usage #30

@thqby

Description

@thqby

When I tested yaml to load a 1.6m json file, I found that the ahk_h v2 version will use up to 500+m of memory, while ahk_L v2 version only needs 20-30m of memory.
test code:

a := FileRead('js.json', 'utf-8')
o := Yaml(a)
MsgBox()

image

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions