lawben / bote-hashmap

Small example repository for "Back of the Envelope Calculation for Software Engineers"

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Back of the Envelope Calculation for Software Engineers

This is just a small example of how to quickly evaluate your ideas and understand where performance goes. To run the code:

$ mkdir build && cd build
$ cmake ..
$ make -j
$ ./all_bm

About

Small example repository for "Back of the Envelope Calculation for Software Engineers"


Languages

Language:C++ 94.4%Language:CMake 5.6%