mozilla / rkv

A simple, humane, typed key-value storage solution.
https://crates.io/crates/rkv
Apache License 2.0
307 stars 52 forks source link

Why is RwCursor not implemented in rkv crate? #175

Open kkonevets opened 4 years ago

kkonevets commented 4 years ago

I have found RoCursor, but no RwCursor, any reason?

ncloudioj commented 4 years ago

I can't recall any particular reason for not exposing the RwCursor. I'd assume that we just haven't found a use case for it yet, so it could be implemented in the following versions if needed.

kkonevets commented 4 years ago

the use case is like so: need to bulk insert sorted list

ncloudioj commented 4 years ago

Agreed, that's a reasonable feature request. We will look into it for sure.