reiniscirpons / HPCombi

Fast combinatorics in C++ using SSE/AVX instruction sets

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

HPCombi build status

High Performance Combinatorics in C++ using vector instructions v0.0.8

SSE and AVX instruction sets allows for very fast manipulation of combinatorial objects such as transformations, permutations, boolean matrices of small size. The goal of this project is to implement various new algorithms and benchmark them on various compiler and architecture.

Authors

Florent Hivert florent.hivert@lri.fr

Contributors

  • James Mitchell : discussions + test cases + Travis CI + BMat8 reference code
  • Finn Smith : discussions + BMat8 reference code
  • Viviane Pons : algorithms discussions

Acknowledgments

  • This development is funded by the OpenDreamKit Horizon 2020 European Research Infrastructure project (#676541).

About

Fast combinatorics in C++ using SSE/AVX instruction sets

License:GNU General Public License v3.0


Languages

Language:C++ 86.2%Language:Python 10.2%Language:CMake 2.7%Language:Shell 0.9%