fs2
fs2 copied to clipboard
B+ Tree - List - File Structures 2 - Memory Mapped File Structures for Go
Possible to simulate a db.Batch() function like bbolt db? because Add is a bit slow.
How to flush bpt? reset / clear everything? Great work! i think there's an area that can improve. not sure if u will accept pull request?
bpt.Remove(buf, func(value []byte) bool { return true }) any other function / possibility to remove quicker?
https://pkg.go.dev/github.com/timtadh/fs2/bptree?utm_source=godoc The link is restricted. Possible to get it to work? Thx to get range of item 100 - 1000, should i do like this or there's more efficient means...
It seems the package has incompatibility because of missing `mremap` on darwin platform. I would appreciate if you can look into it? There are multiple options: - Maybe `mremap` can...