Skip to content

Releases: kpango/gache

v1.1.7

21 Feb 04:50
5e4b384
Compare
Choose a tag to compare
[patch] delete expired value on load (#25)

File IO function Released

16 Feb 13:58
Compare
Choose a tag to compare
v1.1.6

[patch] downgrade gache

v1.1.5

16 Feb 13:44
Compare
Choose a tag to compare
[patch] Update module pierrec/lz4 to v2.0.8 (#20)

v1.1.4

16 Feb 11:39
7a2f94c
Compare
Choose a tag to compare
[patch] add file io compression (#17)

v1.1.3

05 Feb 17:37
04a7f03
Compare
Choose a tag to compare
[patch] remove interface reflection cast from atomic expire variable …

v1.1.2

05 Feb 16:57
2287cc0
Compare
Choose a tag to compare
[patch] update shards logic (#11)

v1.1.1: [patch] optimize foreach goroutines (#9)

05 Feb 07:29
2c02269
Compare
Choose a tag to compare
* [patch] optimize foreach goroutines

* fix

Gache's Concurrent Map Version First Release

14 Nov 07:36
a696f49
Compare
Choose a tag to compare

Gache's Concurrent Map Version First Release

Gache First Release

04 Sep 07:57
Compare
Choose a tag to compare

Gache Released

ultra fast lockfree cache library

	gache.Set(key, value)
	val, ok := gache.Get(key)