ip-v8 / rust-ipv8

Rust implementation of the IPv8 application.
https://ip-v8.github.io/rust-ipv8/ipv8
GNU Lesser General Public License v3.0
13 stars 2 forks source link

refactored addresses to be (marginally) quicker #45

Closed jdonszelmann closed 5 years ago

jdonszelmann commented 5 years ago

Co-authored-by: Victor Roest victor@xirion.net

codeclimate[bot] commented 5 years ago

Code Climate has analyzed commit 008b0925 and detected 0 issues on this pull request.

View more on Code Climate.

codecov[bot] commented 5 years ago

Codecov Report

Merging #45 into develop will decrease coverage by 2.69%. The diff coverage is 72.13%.

Impacted file tree graph

@@            Coverage Diff             @@
##           develop      #45     +/-   ##
==========================================
- Coverage    64.43%   61.73%   -2.7%     
==========================================
  Files           23       23             
  Lines         1642     1725     +83     
  Branches       453      468     +15     
==========================================
+ Hits          1058     1065      +7     
- Misses         210      224     +14     
- Partials       374      436     +62
Impacted Files Coverage Δ
src/payloads/puncturerequestpayload.rs 70.58% <100%> (ø) :arrow_up:
src/payloads/puncturepayload.rs 72.22% <100%> (ø) :arrow_up:
src/payloads/introductionresponsepayload.rs 67.7% <100%> (+2.64%) :arrow_up:
src/community/peer.rs 82.75% <100%> (ø) :arrow_up:
src/payloads/introductionrequestpayload.rs 68.75% <100%> (+0.89%) :arrow_up:
src/crypto/keytypes.rs 55.14% <35.71%> (-9.54%) :arrow_down:
src/networking/address.rs 48.97% <45%> (-23.75%) :arrow_down:
src/payloads/binmemberauthenticationpayload.rs 53.84% <50%> (-1%) :arrow_down:
src/networking/mod.rs 71.27% <61.53%> (ø) :arrow_up:
src/community/mod.rs 52.63% <80%> (-2.78%) :arrow_down:
... and 12 more

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update af15afe...008b092. Read the comment docs.

codecov[bot] commented 5 years ago

Codecov Report

Merging #45 into develop will decrease coverage by 2.69%. The diff coverage is 72.13%.

Impacted file tree graph

@@            Coverage Diff             @@
##           develop      #45     +/-   ##
==========================================
- Coverage    64.43%   61.73%   -2.7%     
==========================================
  Files           23       23             
  Lines         1642     1725     +83     
  Branches       453      468     +15     
==========================================
+ Hits          1058     1065      +7     
- Misses         210      224     +14     
- Partials       374      436     +62
Impacted Files Coverage Δ
src/payloads/puncturerequestpayload.rs 70.58% <100%> (ø) :arrow_up:
src/payloads/puncturepayload.rs 72.22% <100%> (ø) :arrow_up:
src/payloads/introductionresponsepayload.rs 67.7% <100%> (+2.64%) :arrow_up:
src/community/peer.rs 82.75% <100%> (ø) :arrow_up:
src/payloads/introductionrequestpayload.rs 68.75% <100%> (+0.89%) :arrow_up:
src/crypto/keytypes.rs 55.14% <35.71%> (-9.54%) :arrow_down:
src/networking/address.rs 48.97% <45%> (-23.75%) :arrow_down:
src/payloads/binmemberauthenticationpayload.rs 53.84% <50%> (-1%) :arrow_down:
src/networking/mod.rs 71.27% <61.53%> (ø) :arrow_up:
src/community/mod.rs 52.63% <80%> (-2.78%) :arrow_down:
... and 12 more

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update af15afe...008b092. Read the comment docs.