hemilabs/larry

Add binary encoding/decoding to backup

Open

#10 opened on Oct 30, 2025

View on GitHub
 (2 comments) (0 reactions) (0 assignees)Go (0 forks)auto 404
enhancementgood first issue

Repository metrics

Stars
 (0 stars)
PR merge metrics
 (PR metrics pending)

Description

Add a binary encoder/decoder like https://github.com/hashicorp/go-msgpack. We need something that is binary encoded and a bit denser than JSON. The reason for this exercise is more to get the Encoder/Decoder interface fleshed out with reference uses. Having a binary format should result in much smaller backup files.

Contributor guide