Releases: tidwall/pogocache
1.3.0
Pogocache is fast caching software built from scratch with a focus on low latency and cpu efficency.
Build Instructions | Full Changelog
- 84511ac: Add the 'SCAN' command
- a667670: Add 'Arch' info line to startup message, includes extra system details
- 78ed8bb: Add the memcache 'version' command. Works with RESP too
- 93f157c: Better CPU yielding for spinlock
- 4373aad: Add event 'notify' callback to pogocache.c library
- 358cc55: Link pthread explicitly
- 8ff88ce: Use signal safe atomic for program termination
- b183b16: Support purge for mimalloc
- 20ec768: Fix IPPROTO_TCP for TCP_NODELAY not being correctly applied
- f9378f3: Use poll method for autosweeping
- ffacf47: Change internal struct layout for key/value entry. Add reference counting
- da9c756: Stop deferring the FLUSH command
- 51b3c84: Better container support. Use alpine for docker images
1.2.0
Pogocache is fast caching software built from scratch with a focus on low latency and cpu efficency.
Build Instructions | Full Changelog
Starting with 1.2.0, mimalloc will be compiled into Pogocache as the default allocator. Mimalloc provides excellent multithreaded & single-threaded performance. Optionally, jemalloc or the stock allocator may be chosen at startup using the --allocator=jemalloc or --allocator=stock flags.
- f039a1c: Add mimalloc
- e9e004f: Add jemalloc
- 7301a15: Support static musl builds
- 0c94bbb: Add MONITOR command
- 78af8fd: Default to 4096 shards for all threads
The binary releases below are for Linux, compiled with musl or glibc.
- musl: aarch64 and amd64
- glibc: arm64 and x86_64
1.1.0
Pogocache is fast caching software built from scratch with a focus on low latency and cpu efficency.
Build Instructions | Full Changelog
Added
- 310b620: Add automatic background sweeps of expired keys
1.0.3
Pogocache is fast caching software built from scratch with a focus on low latency and cpu efficency.
Build Instructions | Full Changelog
Fixed
Added
1.0.2
Pogocache is fast caching software built from scratch with a focus on low latency and cpu efficency.
Build Instructions | Full Changelog
Hotfix
- e6b7e86: Fix compare and swap mismatch #15 (@justanotheruser)
1.0.1
Pogocache is fast caching software built from scratch with a focus on low latency and cpu efficency.
Build Instructions | Full Changelog
Hotfix
- 16b7ae7: Fix lto out of bounds false positive #10 (@str8edgedave)
1.0.0
Pogocache is fast caching software built from scratch with a focus on low latency and cpu efficency.
Build Instructions | Full Changelog
Updates
- First release 🚀
