Skip to content

Latest commit

 

History

History
29 lines (18 loc) · 454 Bytes

README.md

File metadata and controls

29 lines (18 loc) · 454 Bytes

Concurrent Revisions in C++

About

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

Install

$ ./waf configure
$ ./waf build --check
$ sudo ./waf install

Usage

Please see test.cpp and bench.cpp