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
3547
2025/09/22 07:10:30
replaced ascii-art diagram with markdown table
example_test.go
855
2025/09/22 06:59:55
added simple example
go.mod
92
2025/04/21 20:32:02
add go mod files
go.sum
177
2025/04/21 20:32:02
add go mod files
mem.go
3611
2025/09/14 17:02:05
use a variable-length encoding for pointers to reduce wasted space
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
8879
2025/09/15 07:13:27
added type/method comments
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