Age | Commit message (Expand) | Author |
2023-02-12 | Change how constants are declared to play nice with godoc | Luke Shumaker |
2023-02-12 | btrfsitem: Add `Free` and `CloneItem` methods to Items | Luke Shumaker |
2023-02-12 | tree-wide: Migrate to the new ARCache | Luke Shumaker |
2023-02-12 | containers: Add my own ARC implementation | Luke Shumaker |
2023-02-12 | containers: Rethink the RBTree interface to be simpler | Luke Shumaker |
2023-02-05 | containers: Ordered: Add doc comments. | Luke Shumaker |
2023-02-05 | containers: s/Cmp/Compare/ to match the standard library | Luke Shumaker |
2023-01-30 | Split lib/containers.Sync* to git.lukeshu.com/go/typedsync | Luke Shumaker |
2023-01-30 | Upgrade to lowmemjson v0.2.0 | Luke Shumaker |
2023-01-25 | containers: Add SyncValue and SyncPool types | Luke Shumaker |
2023-01-05 | rebuildnodes/btrees: Allow item rbtrees to be evicted | Luke Shumaker |
2023-01-01 | lint: Turn on predeclared | Luke Shumaker |
2023-01-01 | lint: Turn on paralleltest | Luke Shumaker |
2023-01-01 | tree-wide: Annotate values that I might want to be tuning | Luke Shumaker |
2023-01-01 | lint: Turn on gofumpt | Luke Shumaker |
2023-01-01 | lint: Turn on gocritic | Luke Shumaker |
2023-01-01 | lint: Turn on forcetypeassert | Luke Shumaker |
2023-01-01 | lint: Turn on dupword | Luke Shumaker |
2022-12-21 | containers: sortedmap: Add new .Search() and .SearchAll() methods | Luke Shumaker |
2022-12-20 | containers: intervaltree_test.go: Touch up logging | Luke Shumaker |
2022-12-20 | containers: rbtree.go: Track size of the tree | Luke Shumaker |
2022-12-20 | rebuildnodes: Improve logging | Luke Shumaker |
2022-12-20 | containers.Set: Don't use constraints.Ordered | Luke Shumaker |
2022-12-20 | containers: Add a 'SortedMap' type | Luke Shumaker |
2022-10-02 | containers: Implement an interval tree | Luke Shumaker |
2022-10-02 | rbtree: Add support for maintaining node attributes | Luke Shumaker |
2022-10-02 | fix rbtree fuzz test | Luke Shumaker |
2022-09-05 | Try to uniformly use containers.Set | Luke Shumaker |
2022-09-02 | rebuild root items | Luke Shumaker |
2022-08-30 | wip better reattach | Luke Shumaker |
2022-08-30 | wip | Luke Shumaker |
2022-08-30 | wip | Luke Shumaker |
2022-08-17 | json: Implement a bunch of streaming JSON encoding/decoding | Luke Shumaker |
2022-08-17 | tools: Upgrade to Go 1.19 | Luke Shumaker |
2022-07-15 | tidy up | Luke Shumaker |
2022-07-14 | Buffer FS IO | Luke Shumaker |
2022-07-13 | Misc tidy up | Luke Shumaker |
2022-07-13 | Fix package names/imports | Luke Shumaker |
2022-07-13 | Move files to different packages [ci-skip] | Luke Shumaker |
2022-07-13 | Move the remaining former-generic.go parts out of lib/util/ | Luke Shumaker |
2022-07-13 | Move ordered.go to lib/containers | Luke Shumaker |
2022-07-13 | Move lib/rbtree to lib/containers | Luke Shumaker |