tvl-depot/web/tvixbolt
Aspen Smith d378111d77 feat(tvix/eval): Store hash in key of interner
Rather than storing the leaked allocation for the string as the key in
the interner, store the hash (using NoHashHashBuilder). I thought this
would improve performance, but it doesn't:

hello outpath           time:   [736.85 ms 748.42 ms 760.42 ms]
                        change: [-2.0754% +0.4798% +2.7096%] (p = 0.72 > 0.05)
                        No change in performance detected.

but it at least doesn't *hurt* performance, and it *does* avoid an
`unsafe`, so it's probably net good.

Change-Id: Ie413955bdb6f04b1f468f511e5ebce56e329fa37
Reviewed-on: https://cl.tvl.fyi/c/depot/+/12049
Tested-by: BuildkiteCI
Reviewed-by: flokli <flokli@flokli.de>
Autosubmit: aspen <root@gws.fyi>
2024-08-10 15:28:30 +00:00
..
src chore(web/tvixbolt): Update to latest yew version 2024-08-01 11:32:32 +00:00
.gitignore chore(tvixbolt): move from //corp to //web 2024-02-23 08:08:07 +00:00
Cargo.lock feat(tvix/eval): Store hash in key of interner 2024-08-10 15:28:30 +00:00
Cargo.nix feat(tvix/eval): Store hash in key of interner 2024-08-10 15:28:30 +00:00
Cargo.toml chore(web/tvixbolt): Update to latest yew version 2024-08-01 11:32:32 +00:00
default.nix refactor(web/tvixbolt): buildRustPackage -> crate2nix 2024-07-05 20:19:39 +00:00
LICENSE chore(tvixbolt): move from //corp to //web 2024-02-23 08:08:07 +00:00