freebsd-ports/math/hpcombi/pkg-descr
Thierry Thomas cb284ba8df Adding HPCombi, High Performance Combinatorics in C++ using vector
instructions, and libsemigroups, a C++ library for semigroups and monoids.

To be used by SageMath.
2020-04-06 18:03:45 +00:00

8 lines
386 B
Text

High Performance Combinatorics in C++ using vector instructions.
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.
WWW: https://github.com/hivert/HPCombi