-
Notifications
You must be signed in to change notification settings - Fork 6
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.
mit-carbon/Flat-Combining
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
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
About
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.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published