rust-rocksdb icon indicating copy to clipboard operation
rust-rocksdb copied to clipboard

Feature Request/Task Tracking: Minimize ReadOptions memory overhead

Open andelf opened this issue 8 years ago • 0 comments

related #69

Memory profiling shows that, ReadOptions creation does have costs.

TODO: optimization.

  • Snapshot read C API with ReadOptions allocated on stack. proposed by @BusyJay
  • singleton model for ReadOptions, avoid create new

andelf avatar Jun 21 '17 04:06 andelf