An open API service indexing awesome lists of open source software.

https://github.com/dacap/howfast

Template to microbenchmark C++ code
https://github.com/dacap/howfast

Last synced: 11 months ago
JSON representation

Template to microbenchmark C++ code

Awesome Lists containing this project

README

          

# howfast

A template project to measure and compare the performance of C++
snippets using the [Google Benchmark](https://github.com/google/benchmark)
library.

## Features

* It uses [cmake](https://cmake.org/)
* It uses [cmake FetchContent](https://cmake.org/cmake/help/latest/module/FetchContent.html)
to automatically download Google Benchmark (no need of submodules or
handling dependencies)

## License

This is free and unencumbered software released into the public
domain. Read [LICENSE.txt](LICENSE.txt) for more information.