N-BodyShop / changa

UIUC/PPL version of ChaNGa
http://hpcc.astro.washington.edu/tools/changa.html
GNU General Public License v2.0
42 stars 28 forks source link

Use tree for key to node lookups instead of std::map. #154

Open trquinn opened 11 months ago

trquinn commented 11 months ago

This may be a space saver, but there may be performance implications, so do some benchmarks before merging. This includes benchmarking the GPU code.