helix/helix-event/src
Michael Davis 82f07fe6d1
Migrate helix-event to foldhash
This is following `hashbrown`'s switch in v0.15 from ahash to foldhash
for its `default-haster` feature, applied only to helix-event for now.

I don't have a strong preference between the two. Benchmarks in
Spellbook, which is particularly sensitive to hashers and hash table
performance, show no perceptible difference. Foldhash is dependency-free
though.

Once we migrate to the new tree-sitter bindings and highlighter we
should be able to eliminate the remaining dependencies on ahash.
2025-02-17 17:35:00 -05:00
..
cancel.rs Add support for path completion (#2608) 2024-11-21 21:12:36 -06:00
debounce.rs gracefully handle lack of tokio runtime 2024-07-15 16:36:33 +02:00
hook.rs Add hook/event system 2024-01-23 11:20:19 +09:00
lib.rs Add support for path completion (#2608) 2024-11-21 21:12:36 -06:00
redraw.rs Request a UI redraw on Drop of an Injector 2024-07-15 09:31:33 -04:00
registry.rs Migrate helix-event to foldhash 2025-02-17 17:35:00 -05:00
runtime.rs Migrate helix-event to foldhash 2025-02-17 17:35:00 -05:00
status.rs Add hook/event system 2024-01-23 11:20:19 +09:00
test.rs Add hook/event system 2024-01-23 11:20:19 +09:00