Skip to content

kv-sc/stdbench

 
 

Repository files navigation

stdbench

Python library designed for generating C++ standard library algorithms benchmarks.

Installing dependencies

curl -sSL https://pdm-project.org/install-pdm.py | python3 -

Running tests

pdm sync source .venv/bin/activate conan install . -s compiler.cppstd=17 -s compiler.version=11 cmake --preset conan-release cmake --build build/Release cmake --test-dir build/Release

About

Python library designed for benchmarking standard C++ parallel algorithms, algotirhm policies on different standard libraries implementations, compilers and architectures.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Python 47.8%
  • Jinja 39.6%
  • CMake 8.8%
  • Shell 3.8%