Commit graph

5 commits

Author SHA1 Message Date
Laurence Withers
0016a5e4fd packed: add zstd compressed field 2026-06-06 11:02:47 +01:00
Laurence Withers
351d279a22 packed: switch gogo/proto → google 2026-06-06 11:02:42 +01:00
Laurence Withers
cd9c8b600e packed: add ability to load from memory, add MapAndLoad
The ability to load a packfile from memory means that it becomes easy to
use the "embed" package to embed a small packfile.

The refactor to allow loading from memory also makes it easy to add a
MapAndLoad implementation, which means the file only needs to be opened
/ mmap()ed once.
2026-06-06 10:16:40 +01:00
Laurence Withers
301dc0c7c8 Update to Go 1.19 2022-11-26 10:08:16 +00:00
Laurence Withers
fdd1990e89 Reorganise ready to split into modules 2019-04-12 09:07:17 +01:00