Use RoaringBitmaps for indexing in kvschema
Open
enhancement
- Dominant language
- Go
- Stars
- 139
- Forks
- 19
- PR merge metrics
- No merged PRs in 30d
Description
I was really glad to see that I'm not the only one thinking about a nicer abstraction layer for key-value stores like Badger. The package kvschema looks really nice! One thing I'd like to suggest is to use roaring bitmaps for indexing instead of storing uint64 as byte slices.
Would you accept a patch for this, or I better create my own code generator in a similar vein for my own needs?
Contributor guide
Assessment
This issue has not been assessed yet.