ostafen / clover

A lightweight document-oriented NoSQL database written in pure Golang.
MIT License
666 stars 55 forks source link

Replace gob encoding with msgpack #68

Closed ostafen closed 2 years ago

ostafen commented 2 years ago

msgpack encoding is by far faster and compact than gob encoding