Skip to content

Add Backend for SpatialHashingCellList #111

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

Draft
wants to merge 34 commits into
base: main
Choose a base branch
from

Conversation

RubberLanding
Copy link
Contributor

Add option for different backends for SpatialHashingCellList.

Please have a look @efaulhaber .

Updated the module file to expose SpatialHashingCellList to the users.
…hashing.jl to correct collision handling.

Push collision check in __foreach_neighbor() for better performance.
Extend test to test on multiple list sizes.
Change plot.jl to test SpatialHashingCellList against the other data structures.
Include SpatialHashingCellList in test/neighborhood_search.jl.
Add check_cell_collision() for benchmarking.
- restore benchmark plotting code
- remove NDIMS as a field for SpatialHashingCellList
- change evaluation order of cell_collision in foreach_neighbor() to increase efficiency
- add small, explicit test for cell collision
- clean up
- add comments
- adjust version in Project.toml
Move check_cell_bounds() and construct_backends() to separate cell_lists_util.jl to share functionality between different cell lists.
@svchb svchb added the enhancement New feature or request label May 14, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants