I have a problem which I think FST might solve:
- 40 million keys, no values
- All strings
- We know every string at compile time and can guarantee no new strings will be added.
- Around 40-50k reads per programs run.
- 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)?