Skip to content

koturn/CppRecursiveLambda

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CppRecursiveLambda

Test status Test status

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.

About

A sample code of recursive lambda expression and its performance test.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published