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

Improve Hashing Performance #297

Merged
merged 1 commit into from
Dec 21, 2020
Merged

Improve Hashing Performance #297

merged 1 commit into from
Dec 21, 2020

Conversation

alexanderkiel
Copy link
Member

Hashing a typical Observations shows a 10% runtime speedup. On top of
that, fewer garbage is produced because instead of a new map, only a new
list of keys is produced.

Hashing a typical Observations shows a 10% runtime speedup. On top of
that, fewer garbage is produced because instead of a new map, only a new
list of keys is produced.
@codecov
Copy link

codecov bot commented Dec 21, 2020

Codecov Report

Merging #297 (f010029) into develop (6648c43) will increase coverage by 0.08%.
The diff coverage is 100.00%.

Impacted file tree graph

@@             Coverage Diff             @@
##           develop     #297      +/-   ##
===========================================
+ Coverage    87.63%   87.71%   +0.08%     
===========================================
  Files          193      193              
  Lines        12040    12041       +1     
  Branches       463      458       -5     
===========================================
+ Hits         10551    10562      +11     
+ Misses        1026     1021       -5     
+ Partials       463      458       -5     
Impacted Files Coverage Δ
...odules/fhir-structure/src/blaze/fhir/spec/type.clj 80.55% <100.00%> (+0.95%) ⬆️
...odules/fhir-structure/src/blaze/fhir/spec/impl.clj 93.95% <0.00%> (+0.46%) ⬆️
modules/fhir-structure/src/blaze/fhir/spec.clj 91.45% <0.00%> (+2.56%) ⬆️

@alexanderkiel alexanderkiel added this to the v0.11 milestone Dec 21, 2020
@alexanderkiel alexanderkiel merged commit 3d8bb33 into develop Dec 21, 2020
@alexanderkiel alexanderkiel deleted the improve-hashing-perf branch December 21, 2020 12:32
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.

None yet

1 participant