Zulip Chat Archive
Stream: general
Topic: library_search cache in CI
Damiano Testa (Mar 06 2024 at 08:23):
Each CI run has a step where it builds the library_search cache. Is this still used?
The reason for asking is that I think that the new exact?/apply? machinery is fully merged, right?
Kim Morrison (Mar 06 2024 at 10:46):
The library_search cache is not used, but the rw? cache is used.
Kim Morrison (Mar 06 2024 at 10:46):
There is no reason we could not adopt Joe's new lazy discrtree approach for rw?, and indeed for have?, which currently has no cache. Just work bandwidth.
Kim Morrison (Mar 06 2024 at 11:42):
If anyone would like to:
- rip out constructing the
exact?cache in CI (easy) - add a lazy cache to either
rw?orhave?(moderately difficult, but hopefully you could cargo cult fromexact?)
that would be great.
Kim Morrison (Mar 06 2024 at 11:42):
Happy to help, but probably won't start either of those myself.
Last updated: May 02 2025 at 03:31 UTC