Dictionaries for StaticCompiler?

Is there any dictionary implementation that does not need GC and is therefore compatible with StaticCompiler.jl for the purpose of compiling small binary executables?

Should be able to use a OrderedCollection’s LitteDict that is backed by two tuples.
If you don’t need to mutate it after creation.
And there isn’t too much content in it.

3 Likes