roc/crates/compiler/load_internal
Ayaz Hafiz c5466810a4
Add LayoutInterner to LayoutCache
Adds a thread-local interner of layouts to LayoutCache, and updates all
references appropriately.

This is a bit suboptimal for single-threaded workloads that will look at
creating layout caches again, like the REPL, but I think that's okay for
now - since the global interner will be uncontested for those workloads, it
should still be plenty fast to access the interner, even behind a lock.
2022-08-31 14:33:51 -05:00
..
src Add LayoutInterner to LayoutCache 2022-08-31 14:33:51 -05:00
tests s/rtfeldman/roc-lang/g in links to GitHub repos 2022-08-12 15:24:09 -04:00
.gitignore moved all crates into seperate folder + related path fixes 2022-07-01 17:37:43 +02:00
Cargo.toml Add layout interner to load_internal 2022-08-31 14:33:51 -05:00