Comment 2 for bug 1184581

Revision history for this message
Daniel Schürmann (daschuer) wrote : Re: Fix triple hash table lookup in midicontroller.cpp

Results from a 64 bit machine:
ControlObject::get 1903ns
6er hash 1702ns
pCOT->get() 221ns

speed up is ~8 here.

It is fine to see that atomic-co improves get by 2,5 :-)