VectorSimilarity icon indicating copy to clipboard operation
VectorSimilarity copied to clipboard

replace element_neighbors_locks_ lockes with read locks where possible

Open meiravgri opened this issue 2 years ago • 1 comments

Describe the changes in the pull request

A clear and concise description of what the PR is solving.

Which issues this PR fixes

  1. #...
  2. MOD...

Main objects this PR modified

  1. ...
  2. ...

Mark if applicable

  • [ ] This PR introduces API changes
  • [ ] This PR introduces serialization changes

meiravgri avatar Jul 11 '23 14:07 meiravgri

Codecov Report

Patch coverage: 96.22% and project coverage change: -0.12 :warning:

Comparison is base (fccd74b) 95.63% compared to head (f038427) 95.52%.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #401      +/-   ##
==========================================
- Coverage   95.63%   95.52%   -0.12%     
==========================================
  Files          66       66              
  Lines        4173     4182       +9     
==========================================
+ Hits         3991     3995       +4     
- Misses        182      187       +5     
Impacted Files Coverage Δ
src/VecSim/algorithms/hnsw/hnsw.h 98.35% <96.07%> (+0.01%) :arrow_up:
src/VecSim/algorithms/hnsw/hnsw_batch_iterator.h 100.00% <100.00%> (ø)

... and 2 files with indirect coverage changes

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.

codecov[bot] avatar Jul 12 '23 10:07 codecov[bot]