Skip to content

titikterang/tiny-memcache

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published

Languages