Libbum / spherical-cow

A high volume fraction sphere packing library
Apache License 2.0
35 stars 7 forks source link

Performance profiling and optimisation #8

Open Libbum opened 6 years ago

Libbum commented 6 years ago

There are most likely performance enhancements that can be made which I've not investigated all that thoroughly. Now that the library is effectively 'complete', we can try to shave off some cycles.

Libbum commented 6 years ago

1e040598 is a start.

Not sure if rayon is going to help at all much in the current format - my own tests and #11 haven't yielded too much success. Probably need to speak to an expert about the memory management.