rust-rocksdb
rust-rocksdb copied to clipboard
Feature Request/Task Tracking: Minimize ReadOptions memory overhead
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