File information
Created by
perchik71 and DoubleYouCUploaded by
perchik71Virus scan
Mod articles
-
Compare memory manager performance
INTRO:
I have often been asked what is the difference in the speed of the memory manager compared to the system one, which also uses Buffout 4. Measurements were made in the processing of 1 million elements. AMD was used AVX2, Intel performance will be worse.
===============================
default allocate 64 bytes
524.266ms
default deallocate 64 bytes
505.229ms
default aligned allocate 64 bytes
616.149ms
default aligned deallocate 64 bytes
593.276ms
voltek allocate 64 bytes
430.2ms
voltek deallocate 64 bytes
206.152ms
===============================
default allocate 128 bytes
932.014ms
default deallocate 128 bytes
538.038ms
default aligned...