tvl-depot/users/edef/weave
edef 201d8f0cf2 feat(users/edef/weave): use FxHashSet and dedupe early
Deduping early saves a fair bit of memory, but the extra hashing is
costly.

We switch to FxHash, since we don't need a DoS-proof hash, but we do
need it to be *fast*.

Change-Id: Ic6b7010874c417862baa9b882593208c8dd1d5e6
Reviewed-on: https://cl.tvl.fyi/c/depot/+/12648
Reviewed-by: flokli <flokli@flokli.de>
Tested-by: BuildkiteCI
2024-10-19 17:01:38 +00:00
..
src feat(users/edef/weave): use FxHashSet and dedupe early 2024-10-19 17:01:38 +00:00
Cargo.lock feat(users/edef/weave): use FxHashSet and dedupe early 2024-10-19 17:01:38 +00:00
Cargo.nix feat(users/edef/weave): use FxHashSet and dedupe early 2024-10-19 17:01:38 +00:00
Cargo.toml feat(users/edef/weave): use FxHashSet and dedupe early 2024-10-19 17:01:38 +00:00
default.nix chore(tvix/tools): move weave to //users/edef 2024-10-12 23:11:25 +00:00
OWNERS chore(tvix/tools): move weave to //users/edef 2024-10-12 23:11:25 +00:00