CppRecursiveLambda
A sample code of recursive lambda expression and its performance test.
Summary
This repository shows how to implement recursive lambda in C++, and how fast it is compared to other ways.
How to Build
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
LICENSE
This software is released under the MIT License, see LICENSE.