Skip to content

[Help] Possible to build a FST at compile time? #145

@bee-san

Description

@bee-san

I have a problem which I think FST might solve:

  1. 40 million keys, no values
  2. All strings
  3. We know every string at compile time and can guarantee no new strings will be added.
  4. Around 40-50k reads per programs run.
  5. We want to do this as fast as possible on runtime, and can sacrifice memory for it.

Is it possible to build an FST at compile time to achieve (5)?

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