Skip to content

Comment on Gobs of data (2011)

Comments

Gob is a great serialization format! It's super easy to use, and supports go native types (kind of like Python's pickle).

For a recent project, I needed a simple key-value store. I was evaluating using a full RDBMS, but I ended up just putting gob files in a directory.

AboutSource Built by g1lg1l

Hackerly is an independent reader for Hacker News, built on the public HN API. Not affiliated with Y Combinator.