Skip to content

Reduce memory usage by only copying data as necessary. #3

@taviso

Description

@taviso

The first release copies all the data to analyze and gives it to Kaitai, but this isn't necessary - I could change how KaitaiStream works to only request data as it needs it, which would use much less memory.

This would require some duktape callbacks, but shouldn't be a problem.

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions