Add first version of lock-free fifo implementation and some performance test.
commit3b75997ff6afd82de42b66ebdb6f8bab443ac2e8
authorKristian Nielsen <knmeister@gmail.com>
Wed, 14 Oct 2009 21:55:36 +0000 (14 23:55 +0200)
committerKristian Nielsen <knmeister@gmail.com>
Wed, 14 Oct 2009 21:55:36 +0000 (14 23:55 +0200)
treeedbaabcce9a29143b82f127cb23ab67a9bb52d35
parent1b847a95573e6336f85ae4bfd996a90eff93b89a
Add first version of lock-free fifo implementation and some performance test.
exp/lffifo.cc [new file with mode: 0644]
perf/Makefile
perf/lffifo.cc [new file with mode: 0644]