Typed API #125
Labels
api
enhancement
New feature or request
epic
good first issue
Good for newcomers
help wanted
Extra attention is needed
In an application that's not a database engine managing byte slices over several partitions gets old very fast.
I implemented a crude wrapper over partitions that are essentially just:
Partition<K, V>
newtypes that call the underlying partitionsSlice
(e.g. here)If you are interested in such API, I could finish and tidy up my implementation and submit a PR.
The text was updated successfully, but these errors were encountered: