catatsuy / cache

Cache Library for Go
MIT License
14 stars 0 forks source link

Add Go cache implementation with write-heavy and read-heavy strategies #1

Closed catatsuy closed 1 month ago

catatsuy commented 1 month ago

This pull request introduces a new caching system with distinct implementations for write-heavy and read-heavy scenarios, along with corresponding tests and benchmarks. Additionally, it sets up a GitHub Actions workflow for continuous integration.

New Caching System:

Continuous Integration Setup:

Module Definition: