Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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