Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
Calling FreeNodeRef while an item from that node is still in use is a BAD
TIME.
|
|
|
|
|
|
|
|
Should speed things up, and should fix some determinism issues.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
confusing
Since there's also Rebuilder.treeQueue.
|
|
|
|
|
|
|
|
|
|
|
|
Switch to
NAME Type = val
instead of
NAME = Type(val)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
I really want an OnEvict callback.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This is lame, but it matches what the C btrfs-progs does.
|
|
|
|
|
|
|
|
|
|
|
|
Go 1.18 added net/netip.Addr.Compare, and Go 1.20 added time.Time.Compare.
|