Skip to content
Snippets Groups Projects
Select Git revision
  • main
1 result

icebergtable

  • Clone with SSH
  • Clone with HTTPS
  • David Nieder's avatar
    David Nieder authored
    593e9dbd
    History
    Name Last commit Last update
    benchmarks
    src
    tests
    .gitignore
    CMakeLists.txt
    Readme.md

    Dependencies

    (set correct paths in benchmarks/CMakeList.txt)

    • x86-64 CPU with avx and avx2 extension (test with grep avx2 /proc/cpuinfo)

    Building

    mkdir build
    cd build
    cmake ..
    make

    All tests and benchmarks should be inside a new bin/ folder.