Releases: mgnsk/evcache
Releases · mgnsk/evcache
v3.1.8
Full Changelog: v3.1.7...v3.1.8
Memory optimizations
- Use upgraded
github.com/mgnsk/list
package that uses optimized struct layout for the element type.
v3.1.7
Full Changelog: v3.1.6...v3.1.7
- Upgrade list package to latest.
- Uses
*list.Element[record[V]]
as the main type. This allows the record type to drop list-specific implementations.
v3.1.6
Full Changelog: v3.1.4...v3.1.6
Same as v3.1.5
. Fixes v3.1.5
not appearing in release list.
v3.1.5
Full Changelog: v3.1.4...v3.1.5
- Finalize internal backend map interface
v3.1.4
Full Changelog: v3.1.3...v3.1.4
- Upgrade dependencies
- Drop
sync.Map
support
v3.1.3
- Use the newer
list
package
Full Changelog: v3.1.2...v3.1.3
v3.1.2
- Separate the
ringlist
package into its own repository.
Full Changelog: v3.1.1...v3.1.2
v3.1.1
Full Changelog: v3.1.0...v3.1.1
Maintenance release, Improve code typing.
v3.1.0
Full Changelog: v3.0.6...v3.1.0
- Fix timer leak when cache is garbage collected.
- Add a
MustFetch
method.
v3.0.6
- Introduce the
ringlist
package.
Full Changelog: v3.0.5...v3.0.6