curiosity-ai / rocksdb-sharp

.net bindings for the rocksdb by facebook
BSD 2-Clause "Simplified" License
155 stars 38 forks source link

Span key for Iterator Seek / SeekForPrev #13

Closed devhawk closed 2 years ago

devhawk commented 2 years ago

Adds Iterator.Seek(ReadOnlySpan<byte> key) and Iterator.SeekForPrev(ReadOnlySpan<byte> key) overloads