Skip to content

Conversation

@RubberLanding
Copy link
Contributor

@RubberLanding RubberLanding commented Jun 12, 2025

Based on #111.
Add data structure with contiguous memory layout, similar to DynamicVectorOfVectors. As opposed to DynamicVectorOfVectors, this data structure does not support modifying operations like push!.

Move check_cell_bounds() and construct_backends() to separate cell_lists_util.jl to share functionality between different cell lists.
- Move functions from cell_lists_util.jl to cell_lists.jl
- Change dispatch in `supported_update_strategies()`
- Change doc string of SHCL (SpatialHashingCellList)
- Add `@inbounds` in `push_cell_atomic!`
- Improved type dispatch for `supported_update_strategies`
- Clarified and cleaned up cell list initialization and emptying,
- General code cleanup.
Add basic test for SVOV
WIP to adapt FullGridCellList and GridNHS to use SVOV
Add basic unit test and CVOV to `test/neighborhood_search.jl` (tests are succeeding)
Add update_grid!() and initialize_grid!()
@RubberLanding RubberLanding marked this pull request as ready for review June 22, 2025 05:15
@efaulhaber efaulhaber marked this pull request as draft June 26, 2025 08:12
@RubberLanding RubberLanding marked this pull request as ready for review October 28, 2025 14:56
@RubberLanding
Copy link
Contributor Author

@efaulhaber Please review.

@codecov
Copy link

codecov bot commented Oct 28, 2025

Codecov Report

❌ Patch coverage is 93.65079% with 4 lines in your changes missing coverage. Please review.
✅ Project coverage is 87.44%. Comparing base (9d93faf) to head (5bb07c1).

Files with missing lines Patch % Lines
src/nhs_grid.jl 86.36% 3 Missing ⚠️
src/vector_of_vectors.jl 95.65% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #120      +/-   ##
==========================================
+ Coverage   86.94%   87.44%   +0.49%     
==========================================
  Files          15       16       +1     
  Lines         659      717      +58     
==========================================
+ Hits          573      627      +54     
- Misses         86       90       +4     
Flag Coverage Δ
unit 87.44% <93.65%> (+0.49%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

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.

1 participant