A sample code of recursive lambda expression and its performance test.
This repository shows how to implement recursive lambda in C++, and how fast it is compared to other ways.
This project use CMake. So you can build appropriately.
Following operation is one example to build.
$ mkdir build
$ cd build
$ cmake .. -DCMAKE_BUILD_TYPE=Release
$ make
This software is released under the MIT License, see LICENSE.