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

Reduce small allocations in compressed line storage #11

Closed
variar opened this issue Nov 21, 2017 · 2 comments
Closed

Reduce small allocations in compressed line storage #11

variar opened this issue Nov 21, 2017 · 2 comments
Assignees
Milestone

Comments

@variar
Copy link
Owner

variar commented Nov 21, 2017

Compressed line storage allocates many small blocks using malloc and realloc. Using single large preallocated block might improve performance.

@variar variar added this to the v1.1.4_r1 milestone Nov 21, 2017
@variar variar self-assigned this Nov 21, 2017
@variar
Copy link
Owner Author

variar commented Nov 21, 2017

Proof of concept is done in line_storage_memory_pool branch. Need benchmarks

@variar
Copy link
Owner Author

variar commented Nov 22, 2017

Merged to master branch cdb963a

@variar variar closed this as completed Nov 22, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant