https://github.com/adwpc/xcache
less is more cache
https://github.com/adwpc/xcache
Last synced: about 1 month ago
JSON representation
less is more cache
- Host: GitHub
- URL: https://github.com/adwpc/xcache
- Owner: adwpc
- License: apache-2.0
- Created: 2023-12-25T01:32:57.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-07-30T02:09:18.000Z (about 2 years ago)
- Last Synced: 2025-02-02T13:44:49.799Z (over 1 year ago)
- Language: Go
- Size: 10.7 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# xcache
less is more cache
## Feature
* high performance base on bigcahe
* reduce golang gc and STW
* generic api base on golang generic
## usage
see example
global_cache.go is a simple golbal cache usage
new_cache.go is a custom cache usage