tree
Package tree implements a tree serialiser and reader.
Filename
Size
Last Commit Date
Commit Message
..
.github
workflows
go-checks.yml
716
2025/09/22 06:59:44
added CI
LICENSE
767
2025/04/25 19:33:04
added LICENSE
README.md
3718
2025/12/12 08:54:36
added note about endian format
example_test.go
855
2025/09/22 06:59:55
added simple example
go.mod
92
2025/12/16 06:56:15
update to latest byteio package
go.sum
177
2025/12/16 06:56:15
update to latest byteio package
mem.go
3567
2025/12/16 06:56:50
use new MemLittleEndian type to read pointers directly from memory
mem_test.go
2204
2025/09/23 06:22:28
added big mem-tree test
nodes.go
4964
2025/09/23 06:22:39
corrected typo
nodes_test.go
1199
2025/05/05 18:14:57
added Merge test
read.go
8974
2025/12/16 06:55:53
switch to Sticky readers for pointers
read_test.go
6199
2025/09/15 07:08:50
add tests using position offsets
write.go
5199
2025/09/15 07:13:27
added type/method comments
write_test.go
2875
2025/09/14 17:02:05
use a variable-length encoding for pointers to reduce wasted space