physarumAdv / minds_crawl

Physarum polycephalum growth simulator on polyhedron surfaces written in CUDA C++
MIT License
4 stars 0 forks source link

Hash set #27

Closed kolayne closed 4 years ago

kolayne commented 4 years ago

Implemented a very simple version of hash set using pointer-represented arrays, having the same size for each bucket. Added hash functions for double (which just interprets double as unsigned long long) and for SpacePoint