http://shootout.alioth.debian.org/u32/benchmark.php?test=all&lang=v8&lang2=gcc ?

From: freeswitch-dev-boun...@lists.freeswitch.org 
[mailto:freeswitch-dev-boun...@lists.freeswitch.org] On Behalf Of Jan Berger
Sent: Friday, July 02, 2010 5:45 PM
To: freeswitch-dev@lists.freeswitch.org
Subject: [Freeswitch-dev] V8 Performance Tests

Did a quick and dirty performance test comparing C, C++ and V8. This is not a 
valid benchmark in any way, it is only a test to give me a feeling about how 
"slow" V8 is compared to pure C and C++.

The code also executed in the same loop and C/C++ tests was in a separate 
function so all 3 tests had exactly the same overhead in the C++ part.

C : 1,4 Mill/sec
C++: 0.8 Mill/sec
V8 Run Only: 0,8 Mill/Sec
V8 Compile+Run: 0,4 Mill/sec

Other tests will show other differences - this is just an indication that V8 
actually might compare with C/C++ performance wise + their memory handling look 
promissing.

Threads ? They use globals and statics that will not thread that easy if you 
atteempt to thread V8 itself - I need to experiment and see.

Jan

_______________________________________________
FreeSWITCH-dev mailing list
FreeSWITCH-dev@lists.freeswitch.org
http://lists.freeswitch.org/mailman/listinfo/freeswitch-dev
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-dev
http://www.freeswitch.org

Reply via email to