Skip to content

Space rebuild

James Willis requested to merge space_rebuild into master

Implements #243 (closed). space_split with bucketsort instead of quicksort. Reduce the amount of swaps needed to sort the particles into the correct progeny, should be faster and scale better.

Merge request reports