Oliver Woodman 25a532656c Optimize some CodecCounter inefficiency.
1. Use ints rather than longs.
2. Remove some counters that dont seem hugely useful.
3. Replace use of volatile with explicit method calls that
   cause a memory barrier. This is a lot more efficient than
   using volatile because it can be invoked only once per
   doSomeWork.
2014-08-11 17:42:08 +01:00
..
2014-06-16 12:56:04 +01:00
2014-06-16 12:56:04 +01:00
2014-07-18 23:00:44 +09:00