Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Yiling-J committed Mar 17, 2023
1 parent cd1fdb6 commit 53847f7
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
# Changelog
All notable changes to this project will be documented in this file.

## [0.3.3]
### Added
- Clock-PRO policy

## [0.3.2]
### Fixed
- Fix lru policy
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,13 +36,13 @@ pip install theine

## Cache Eviction Policies

Theine provide 3 built-in cache eviction policies:
Theine provides 3 built in cache eviction policies:

### LRU
#### LRU

Discards the least recently used items first.

### W-TinyLFU
#### W-TinyLFU

An approximate LFU policy in order to boost the effectiveness of caches subject to skewed access distributions.

Expand All @@ -51,7 +51,7 @@ Reference:
https://arxiv.org/pdf/1512.00727.pdf


### Clock-PRO
#### Clock-PRO

An improved CLOCK replacement policy(CLOCK: an approximation of LRU).

Expand Down

0 comments on commit 53847f7

Please sign in to comment.