Skip to content

Tags: Yiling-J/theine-go

Tags

v0.6.2

Toggle v0.6.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fix proactive expiration delay in timing wheel (#65)

* fix timeing wheel expire delay bug

* fix test

v0.6.1

Toggle v0.6.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Refactor Codebase (#62)

* fix os persist test not running

* use single struct option for NewStore method

* remove xxhash/v2 dependency from test

* minor refactoring

* minor comment update

* use mutex defer unlock in store

* fix lint

* fix lint

* fix test

* fix lint ci

* update ci

* minor refactoring

* update code comment

* replace temp pointer with value

* more comments

* update

* add zipf test to cache

* update cache zipf test

v0.6.0

Toggle v0.6.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fix weighted size not update when restore persistence (#56)

* fix weighted size not update when restore

* update test

v0.5.0

Toggle v0.5.0's commit message
update changelog

v0.4.1

Toggle v0.4.1's commit message
update ci

v0.4.0

Toggle v0.4.0's commit message
update readme

v0.3.2

Toggle v0.3.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Builder strkey (#33)

* add StringKey method to builder

* add cache struct test

* add doc

v0.3.1

Toggle v0.3.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
add missing save/load methods to hybrid cache (#25)

v0.3.0

Toggle v0.3.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update README.md

v0.2.7

Toggle v0.2.7's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
add count to list, fix cm wrong capacity (#22)