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

[v3.2.0] Adding memory efficiency #20

Closed
Power2All opened this issue Dec 30, 2022 · 1 comment
Closed

[v3.2.0] Adding memory efficiency #20

Power2All opened this issue Dec 30, 2022 · 1 comment
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@Power2All
Copy link
Owner

Using some crates which help improving memory usage.
Noticed most of the memory leakage, comes from the pushing of data to SQL for persistency.
Also, some other improvements could be done with the btreemaps, using 3rd party crates.

@Power2All Power2All added the enhancement New feature or request label Dec 30, 2022
@Power2All Power2All added this to the v3.2.0 milestone Dec 30, 2022
@Power2All Power2All self-assigned this Dec 30, 2022
@Power2All
Copy link
Owner Author

Completed. It's DB is also proficient with memory usage.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant