Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature Request/Task Tracking: Minimize ReadOptions memory overhead #72

Open
andelf opened this issue Jun 21, 2017 · 0 comments
Open

Feature Request/Task Tracking: Minimize ReadOptions memory overhead #72

andelf opened this issue Jun 21, 2017 · 0 comments
Labels
help wanted Denotes an issue that needs help from a contributor. Must meet "help wanted" guidelines.

Comments

@andelf
Copy link

andelf commented Jun 21, 2017

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
@yiwu-arbug yiwu-arbug added the help wanted Denotes an issue that needs help from a contributor. Must meet "help wanted" guidelines. label Oct 30, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Denotes an issue that needs help from a contributor. Must meet "help wanted" guidelines.
Projects
None yet
Development

No branches or pull requests

2 participants