pleriche / FastMM5

FastMM is a fast replacement memory manager for Embarcadero Delphi applications that scales well across multiple threads and CPU cores, is not prone to memory fragmentation, and supports shared memory without the use of external .DLL files.
283 stars 73 forks source link

test #11

Open ghost opened 4 years ago

ghost commented 4 years ago

meantime I did a real test on FastMM5 ->

under webbroker standalone webserver, running apachebench ab -n 10000 -c 100 -k -r http://192.168.1.150:8080/ ->

FastMM5 executable is faster identical at Intel TBB (both 11k reqs/sec)

but with a benchmark TParallel.For I get ->

in a single thread benchmark poker game ->

2M with TBB

2650k with FMM4

2750k with FMM5

so actually for single thread apps FMM5 wins by a few margin over FMM4

but for multithread should be tuned?

I forward this post to the author of FMM.