File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -38,13 +38,12 @@ It is advisable to use another solution if you have the option!
38
38
- Easily accessible value metadata
39
39
- Optimized for cache ` HIT ` s
40
40
- Easy error handling
41
+ - ` bytes ` crate support (non-optional)
41
42
42
43
### Planned Features
43
44
44
45
- Toggleable in-memory LRU cache
45
- - ` bytes ` crate support (planned non-optional)
46
46
- Optional tracking of last-access timestamps
47
- - Removal of entries
48
47
- Included cache eviction (LRU/FIFO)
49
48
- Built-in cache integrity checks
50
49
Original file line number Diff line number Diff line change 13
13
//!
14
14
//! - Asynchronous APIs
15
15
//! - Fast and reliable reading/writing
16
- //! - Tuned for large-file-storage solutions
16
+ //! - Tuned for large-file databases
17
17
//! - Easily accessible value metadata
18
- //! - Optimized for higher read ratio
18
+ //! - Optimized for cache `HIT`s
19
19
//! - Easy error handling
20
+ //! - `bytes` crate support (non-optional)
20
21
//!
21
22
//! ## Database and Meta-database
22
23
//!
You can’t perform that action at this time.
0 commit comments