roc/crates/cli
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
..
benches moved all crates into seperate folder + related path fixes 2022-07-01 17:37:43 +02:00
src Add LayoutInterner to LayoutCache 2022-08-31 14:33:51 -05:00
tests Merge pull request #3739 from roc-lang/ruby-interop 2022-08-12 17:17:27 -04:00
build.rs default.nix fixes for macos arm64 2022-08-05 13:31:52 +02:00
Cargo.toml Bump clap from 3.2.11 to 3.2.18 2022-08-30 10:17:11 +00:00