synless
synless copied to clipboard
Use TypedArena for storing language and notation sets
Instead of GrowOnlyMap and lazy_static.
Note on how to use typed-arena ergonomically: https://manishearth.github.io/blog/2021/03/15/arenas-in-rust/
We now use generational-arena and our own IndexedMap for this sort of thing