All Projects → mit-carbon → Flat-Combining

mit-carbon / Flat-Combining

Licence: other
Traditional data-structure designs, whether lock-based or lock-free, provide parallelism via fine grained synchronization among threads. Flat Combining is a new, efficient synchronization paradigm based on coarse locking.

Programming Languages

c
50402 projects - #5 most used programming language
C++
36643 projects - #6 most used programming language
shell
77523 projects
You may find it convenient not to use VC++. You can make directly. Create links in the top-level to the appropriate Makefile and test benchmark scripts:

# e.g. for intel 64-bit
$ ln -s ./makefiles/Makefile_intel64 Makefile
$ ln -s ./scripts/runtests.bash runtest.bash
$ chmod u+x runtest.bash
$ make
$ ./runtest.bash

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].