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

Db perf x #671

Open
wants to merge 2 commits into
base: develop
Choose a base branch
from
Open

Db perf x #671

wants to merge 2 commits into from

Conversation

alexanderkiel
Copy link
Member

No description provided.

@codecov
Copy link

codecov bot commented Apr 4, 2022

Codecov Report

Merging #671 (d3869a5) into develop (41714e4) will decrease coverage by 0.08%.
The diff coverage is 81.35%.

Impacted file tree graph

@@             Coverage Diff             @@
##           develop     #671      +/-   ##
===========================================
- Coverage    93.60%   93.51%   -0.09%     
===========================================
  Files          235      235              
  Lines        13921    13904      -17     
  Branches       345      347       +2     
===========================================
- Hits         13031    13003      -28     
- Misses         545      554       +9     
- Partials       345      347       +2     
Impacted Files Coverage Δ
modules/kv/src/blaze/db/kv.clj 82.35% <35.71%> (-17.65%) ⬇️
modules/db/src/blaze/db/impl/iterators.clj 94.28% <83.33%> (-5.72%) ⬇️
...ules/db/src/blaze/db/impl/index/resource_as_of.clj 98.47% <100.00%> (+0.84%) ⬆️
modules/kv/src/blaze/db/kv/mem.clj 100.00% <100.00%> (ø)
modules/rocksdb/src/blaze/db/kv/rocksdb.clj 99.04% <100.00%> (ø)

Protocol dispatch isn't as fast as interface dispatch and primitive
types are not possible on protocols.
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.

None yet

1 participant