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 allocs #94

Open
wants to merge 6 commits into
base: main
Choose a base branch
from
Open

Conversation

itishrishikesh
Copy link
Contributor

Fixes #75
-- Added fixed size arrays and removed multiple calls to append to avoid multiple allocations.
-- I didn't end up removing BarkLogDao.InsertBatch, but made some changes to reduce allocations.

@vaibhav-kaushal vaibhav-kaushal marked this pull request as ready for review July 22, 2024 15:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Improve the insert performance in the server
2 participants