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

minor cleanup / standardization #84

Merged
merged 6 commits into from
Dec 28, 2021
Merged

minor cleanup / standardization #84

merged 6 commits into from
Dec 28, 2021

Conversation

barrust
Copy link
Owner

@barrust barrust commented Dec 28, 2021

  • more standardization across all (most) data structures
    • use of bytes
    • use of MMap class for loading objects
    • additional export type support
    • minor type cleanups
  • additional tests

@codecov-commenter
Copy link

codecov-commenter commented Dec 28, 2021

Codecov Report

Merging #84 (22a8e85) into master (d172fbd) will increase coverage by 0.55%.
The diff coverage is 98.23%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #84      +/-   ##
==========================================
+ Coverage   98.46%   99.01%   +0.55%     
==========================================
  Files          15       15              
  Lines        1495     1524      +29     
==========================================
+ Hits         1472     1509      +37     
+ Misses         23       15       -8     
Impacted Files Coverage Δ
probables/utilities.py 96.15% <93.10%> (+0.15%) ⬆️
probables/blooms/basebloom.py 98.78% <100.00%> (+1.98%) ⬆️
probables/blooms/bloom.py 100.00% <100.00%> (ø)
probables/blooms/countingbloom.py 99.17% <100.00%> (ø)
probables/blooms/expandingbloom.py 100.00% <100.00%> (ø)
probables/countminsketch/countminsketch.py 100.00% <100.00%> (ø)
probables/cuckoo/countingcuckoo.py 98.22% <100.00%> (+0.06%) ⬆️
probables/cuckoo/cuckoo.py 98.19% <100.00%> (+1.32%) ⬆️

@barrust barrust merged commit 9ccbaa2 into master Dec 28, 2021
@barrust barrust deleted the feature/minor-cleanup-81 branch December 28, 2021 14:44
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.

2 participants