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

Lookup table #596

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

Lookup table #596

wants to merge 6 commits into from

Conversation

elshize
Copy link
Member

@elshize elshize commented Dec 18, 2024

Work in progress, depends on #595

Signed-off-by: Michal Siedlaczek <[email protected]>
Signed-off-by: Michal Siedlaczek <[email protected]>
Signed-off-by: Michal Siedlaczek <[email protected]>
We construct codecs as a shared pointer to `BlockCodec` and without a
virtual destructor, only the destructor of the base class is called.
This has not caused any real issues because the codecs do not do any
memory management, but this is now for correctness and future-proofing.

Signed-off-by: Michal Siedlaczek <[email protected]>
Signed-off-by: Michal Siedlaczek <[email protected]>
@elshize elshize marked this pull request as draft December 18, 2024 01:36
@elshize elshize self-assigned this Dec 18, 2024
Changelog-added: New lookup table implementation available
Signed-off-by: Michal Siedlaczek <[email protected]>
Copy link

codecov bot commented Dec 22, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 93.87%. Comparing base (0367525) to head (aac2dbd).

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #596      +/-   ##
==========================================
+ Coverage   93.84%   93.87%   +0.02%     
==========================================
  Files          81       81              
  Lines        3897     3916      +19     
==========================================
+ Hits         3657     3676      +19     
  Misses        240      240              

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

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.

1 participant