gfa99 / stl-containers-benchmarks

C++ default STL containers benchamarks

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This is a set of STL containers benchmarks forked from Baptiste Wicht articles code.

Build and run

meson _build
meson test -C _build --benchmark bench -v

# A single benchmark can be ran using the bench name as listed via:
#meson test -C _build --benchmark --list

Results are saved in the _build directory in html format, using google graphs (kudos to Baptiste!).

Results

You can see results of these tests (running in github actions) in the releases page of this repo.

License

All the code is licensed under the terms of the MIT license. It means that you can use this code in your software, even proprietary, as long as you retain the copyright notice.

About

C++ default STL containers benchamarks

License:MIT License


Languages

Language:C++ 95.0%Language:Python 2.8%Language:Meson 2.2%