5 Commits

Author SHA1 Message Date
xzfc
75385df69f Remove dead code (#10030)
* Remove dead code

* Remove unused dependencies

* `allow(dead_code)` -> `expect(dead_code)`

* ast-grep: rule-tests/*-test.yml => tests/*-test.yml

For brevity.

* ast-grep: forbid allow(dead_code)
2026-07-30 20:59:31 +00:00
Arnaud Gourlay
354bbb35e6 Delete unused code (#8771)
* Delete unused code

* restore initialize_global

* drop BadShardSelection

* Remove now obsolete allow(dead_code) attributes

* Remove more dead code

---------

Co-authored-by: timvisee <tim@visee.me>
2026-04-24 11:44:21 +02:00
Luis Cossío
a962a862ac disable multi_threaded_readers_consistent (#8078) 2026-02-09 17:51:44 +01:00
Luis Cossío
312d708aaa [trififo] seqlock with interior mutability (#8012) 2026-02-05 17:54:32 -03:00
Luis Cossío
4c0d55da7b [disk cache] benchmark other in-memory caches (#7953)
* benchmark against other caches

* use cycle

* use an enum for cache names

* make multithreaded bench with rayon

* don't include pregenerated keys in allocation

* improve benches

* improve keys with zipf + scan

* misc improvements
2026-01-29 14:45:37 -03:00