Skip to content

Commit

Permalink
Update: Feature list updated
Browse files Browse the repository at this point in the history
  • Loading branch information
s-bose7 committed Jun 20, 2024
1 parent cc7d036 commit a674362
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,13 @@ Author: Sudip Bose([[email protected]](mailto:[email protected]
## Features
- [x] Trivial opeations of a cache i.e. `put(key, value)`, `get(key)`, `remove(key)`.
- [x] All cache operations are atomic.
- [x] Efficient cache replacement algotithm(s).
- [x] Efficient cache replacement algotithm.
- [ ] Support multiple eviction policies.
- [x] Time-To-Live (TTL) for cache entries.
- [x] Support heterogeneous data types.
- [x] Support heterogeneous data types.
- [x] Cache resizing and dynamic capacity management.
- [ ] Users can create a transient snapshot to get a consistent view of data.
- [ ] Automatic data compression to improve memory usage.
- [ ] Users can create a transient snapshot to get a consistent view of data.
- [ ] Data is stored sorted by key to provide an ordered mapping service.
- [ ] Users can provide a custom comparison function to override the sort order.

Expand Down

0 comments on commit a674362

Please sign in to comment.