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

perf: use min heap for entries #18

Merged
merged 1 commit into from
Jan 8, 2024
Merged

Conversation

janrnc
Copy link
Member

@janrnc janrnc commented Jan 5, 2024

Entries are stored in a min-heap.

Copy link

codecov bot commented Jan 5, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (abf1acd) 95.90% compared to head (453b73f) 95.94%.

Additional details and impacted files
@@            Coverage Diff             @@
##           master      #18      +/-   ##
==========================================
+ Coverage   95.90%   95.94%   +0.04%     
==========================================
  Files           7        8       +1     
  Lines         659      666       +7     
==========================================
+ Hits          632      639       +7     
  Misses         23       23              
  Partials        4        4              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@janrnc janrnc linked an issue Jan 5, 2024 that may be closed by this pull request
@janrnc janrnc marked this pull request as ready for review January 8, 2024 21:08
@janrnc janrnc merged commit 4847beb into gdgvda:master Jan 8, 2024
5 checks passed
Copy link

🎉 This PR is included in version 0.3.0 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

@janrnc janrnc deleted the perf/min-heap branch September 10, 2024 19:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

use Min Heap data structure for entries
1 participant