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
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