Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [tracecompass-dev] Trace Compass Scripting Benchmarks

Hi Genevieve

thank you very much for the benchmarks and sharing the results. Very interesting.

Bernd

________________________________________
From: tracecompass-dev-bounces@xxxxxxxxxxx <tracecompass-dev-bounces@xxxxxxxxxxx> on behalf of tracecompass developer discussions <tracecompass-dev@xxxxxxxxxxx>
Sent: January 17, 2020 9:56 AM
To: tracecompass-dev@xxxxxxxxxxx
Subject: [tracecompass-dev] Trace Compass Scripting Benchmarks

Hi all,


To the Trace Compass Scripting users: I made some benchmarks of the
various scripting engines for javascript and python and here are the
results for it: [1]

TLDR: For javascript, both available engines rhino and nashorn, have
similar performances, a bit slower than java, but that is to be expected
of course. Python is a bit less performant, though jython is predictably
ok. But py4j performs veeeerrrrry poorly when calling a lot of java
methods (like event requests!). The article explains in more details and
shows how to make awesome python scripts that use both jython (for java
calls) and py4j (for external libraries).


[1] http://versatic.net/tracecompass/scriptEngineBenchmarks.html


Cheers,

Geneviève


_______________________________________________
tracecompass-dev mailing list
tracecompass-dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://www.eclipse.org/mailman/listinfo/tracecompass-dev


Back to the top