| Source path: svn/ trunk/ code/ src/ main/ com/ lmax/ disruptor/ SequenceBarrier.java |
|
|
|
Older revisions
r250
by mjpt777
on Aug 11, 2011
Diff
Removed the indirection layers for sequence tracking which should give a performance improvement to real world applications. All sequences are now tracked without using any class that ...