Skip to content

reduce memory complexity #1

Description

@odanoburu

currently our implementation (hash_corpus() method) deals with different nesting levels of a corpus in a recursive way. this is not ideal, because to loop over a nested list and alter it we must deepcopy it, increasing our memory footprint.

one possible solution would be to lazy read the input (from a prepared .json file?)

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions