rkv icon indicating copy to clipboard operation
rkv copied to clipboard

Why is RwCursor not implemented in rkv crate?

Open kkonevets opened this issue 6 years ago • 3 comments
trafficstars

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

kkonevets avatar Nov 13 '19 11:11 kkonevets

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.

ncloudioj avatar Nov 13 '19 16:11 ncloudioj

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

kkonevets avatar Nov 13 '19 16:11 kkonevets

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

ncloudioj avatar Nov 13 '19 16:11 ncloudioj