Skip to content

Implement chunking #2

@fischuu

Description

@fischuu

Currently, the lookup table is created for the entire search file (which can be long in some cases). It takes roughly 30Gb of RAM to create the lookup array for the master search table, so if we would split it into four chunks, we could come under 8Gb of RAM requirement. We only need to run the search for each chunk and then concatenate the results.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions