Skip to content

trying out SSE instructions for faster distance calculations

License

Notifications You must be signed in to change notification settings

hmacdope/distopia

 
 

Repository files navigation

distopia

Faster distance calculations for the year 2022 🚀 🚀 🚀 using x86 SIMD intrinsics

Get it on PyPi with

pip install distopia

or get it from conda-forge with

conda install -c conda-forge distopia

Documentation can be found at https://www.mdanalysis.org/distopia/

Follow the instructions in the documentation for building from source!

A very simple build might look like the following

python setup.py install

You can then use the fast distance functions provided by distopia!


NOTE

Distopia is currently only for x86 processors

About

trying out SSE instructions for faster distance calculations

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 43.5%
  • Python 38.0%
  • CMake 10.3%
  • C 4.7%
  • Cython 3.5%