Skip to content

Fine grained locking

Tiancheng Wang requested to merge fineGrainedLocking into master
  • Implement stop-the-world with fine grained locking.
  • Be able to generate graphs based on following tests
    1. queue test
    2. g0i50r50 (0% get, 50% insert, 50% remove) - hash map
    3. g0i50r50 - hash map
    4. g90i5r5 - hash map

g0i50r50.csv

g50i25r25.csv

g90i5r5.csv

queue.csv

Merge request reports