Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/titikterang/tiny-memcache
simple cache handler similar like redis
https://github.com/titikterang/tiny-memcache
cache cache-storage golang golang-examples golang-library memory
Last synced: about 1 month ago
JSON representation
simple cache handler similar like redis
- Host: GitHub
- URL: https://github.com/titikterang/tiny-memcache
- Owner: titikterang
- Created: 2021-10-03T09:45:12.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2022-03-23T15:41:04.000Z (over 2 years ago)
- Last Synced: 2024-09-30T12:20:47.193Z (about 2 months ago)
- Topics: cache, cache-storage, golang, golang-examples, golang-library, memory
- Language: Go
- Homepage:
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
### Overview
Simple library to manage local cache memory### Notes
```
- for smaller memory usage, use avro encoding instead of just marshaling struct to bytes array
- https://github.com/hamba/avro
- https://avro.apache.org/docs/current/#compare
- use other json encoding library instead of default encoding/json library for faster marshal/unmarshal operation