This is a C++ implementation of Concurrent Revisions
Supported features:
- Versioned variables
- Cumlative variables
- fork/join
Future work:
- Fix Memory Leaks
- Optimize concurrent_int_map
- Use LWP/LWT
$ ./waf configure
$ ./waf build --check
$ sudo ./waf install
Please see test.cpp and bench.cpp