Fastest running scripting language for use with Java -
i know best (fastest) scripting language use in java. don't care if takes long load (as long 1 time load), opposed how fast runs. using jython (python) faster.
there's lot of benchmarks , discussions on this. while don't give lot of credit (none) benchmarking. top 2 contenders (listed in order of performance speed):
- scala
- groovy++
i've tried both , not same in use cases. scala came out faster groovy++ (again.. use cases not , may show differently in use cases). scala native java speeds.
groovy (not groovy++), closure, jruby slow. groovy , jruby run approximately 8 times slower on simple algorithms compared java versions after decent amount of warmup.
i can't guarantee same numbers did decent order try them in.
Comments
Post a Comment