boundary / high-scale-lib

A fork of Cliff Click's High Scale Library. Improved with bug fixes and a real build system.
415 stars 61 forks source link

Adjust cache line size #1

Closed suranap closed 8 years ago

suranap commented 13 years ago

A cache line size is 64 byes on modern CPUs. But the code appears to assume a size of 32 bytes. I adjusted two constants to increase the padding between counters.