lilyminium / distopia

trying out SSE instructions for faster distance calculations

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

distopia

Faster distance calculations for the year 2020.

To build:: mkdir build cd build cmake .. make

To generate data:: python generate_coords.py 1000000

Will generate 1000000 random coordinates.

To benchmark methods:: Xdist data.txt

About

trying out SSE instructions for faster distance calculations

License:GNU General Public License v3.0


Languages

Language:C++ 64.3%Language:C 23.2%Language:Python 12.1%Language:CMake 0.4%