tree-sitter.tree-sitter/crates
Will Lillis f1142b6e42 perf(generate): use FxHasher over default hash implementation
Replace `std::collections::{HashMap, HashSet}` with
`rustc_hash::{FxHashMap, FxHashSet}` throughout `generate`. `FxHash`
is _much_ faster than the default SipHash for small integer keys,
which are used extensively through `generate`. The one "risk" here is
that `FxHash` is more vulnerable to DDOS attacks, but that isn't as much
of a concern for us here.
2026-04-04 17:58:29 -04:00
..
cli fix(test): split up cli testing test 2026-03-31 04:00:43 -04:00
config treewide: add taplo config and reformat toml files 2026-02-18 00:59:34 -05:00
generate perf(generate): use FxHasher over default hash implementation 2026-04-04 17:58:29 -04:00
highlight fix(rust): correct various typos 2026-03-28 05:23:10 -04:00
language treewide: add taplo config and reformat toml files 2026-02-18 00:59:34 -05:00
loader build(deps): bump binaryen to v129 2026-04-04 21:32:49 +02:00
tags treewide: add taplo config and reformat toml files 2026-02-18 00:59:34 -05:00
xtask fix(rust): correct various typos 2026-03-28 05:23:10 -04:00