mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-04 04:17:10 +02:00
Add LruMap
This commit is contained in:
parent
f62703cd67
commit
fdf043580c
2 changed files with 204 additions and 0 deletions
|
@ -24,6 +24,7 @@ pub mod error;
|
|||
mod index_mapper;
|
||||
#[cfg(test)]
|
||||
mod insta_snapshot;
|
||||
mod lru;
|
||||
mod utils;
|
||||
mod uuid_codec;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue