• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

benchmark/H03-May-2022-2,8322,213

build/H03-May-2022-32,21226,506

ci/H03-May-2022-8957

doc/H03-May-2022-2,4101,863

examples/H03-May-2022-708441

include/H03-May-2022-3,3611,834

src/Perm32/H03-May-2022-1,052673

tests/H03-May-2022-1,9601,491

.clang-formatH A D03-May-20223 KiB109107

.travis.ymlH A D03-May-20222.3 KiB8786

AUTHORSH A D03-May-2022226 117

BUILDING.mdH A D03-May-20221 KiB4730

LICENSEH A D03-May-202234.3 KiB675553

README.mdH A D03-May-2022766 2315

VERSIONH A D03-May-20226 21

VERSION.inH A D03-May-202248 21

config.h.inH A D03-May-2022798 2719

hpcombi.pc.inH A D03-May-2022199 86

README.md

1# HPCombi
2High Performance Combinatorics in C++ using vector instructions v0.0.3
3
4SSE and AVX instruction sets allows for very fast manipulation of
5combinatorial objects such as transformations, permutations, boolean matrices
6of small size. The goal of this project is to implement various new algorithms
7and benchmark them on various compiler and architecture.
8
9## Authors
10
11Florent Hivert <florent.hivert@lri.fr>
12
13## Contributors
14
15- James Mitchell : discussions + test cases + Travis CI + BMat8 reference code
16- Finn Smith : discussions + BMat8 reference code
17- Viviane Pons : algorithms discussions
18
19## Acknowledgments
20
21- This development is funded by the [OpenDreamKit](http://opendreamkit.org/)
22  Horizon 2020 European Research Infrastructure project (#676541).
23