Skip to content

Lock free linked list implementation with tests and performance measurement infrastructure.

Notifications You must be signed in to change notification settings

nealsid/linked-list

Repository files navigation

A multithreaded, doubly linked list with infrastructure for measuring lock contention for a workload.

July 4th, 2018

From the root:

$ cmake .
$ make
$ ./linked_list_test

Perf numbers are dumped to:

  • contention_measurements.txt
  • no_contention_measurements.txt

They are in the following format:

<name> <total calls> <total time> <time per call>

About

Lock free linked list implementation with tests and performance measurement infrastructure.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published