[Info-vax] VMS benchmarks
Arne Vajhøj
arne at vajhoej.dk
Fri Dec 15 10:21:56 EST 2023
On 12/6/2023 4:35 PM, Arne Vajhøj wrote:
> Over the summer I made a number of posts with benchmark results
> and code - some about compiler optimization and some about IO.
>
> I decided to format it nicely and publish.
>
> Result:
>
> https://www.vajhoej.dk/arne/articles/vmsbm1.html
I have updated with some Groovy numbers.
Rather impressive numbers.
Groovy out of the box is OK.
Groovy with the critical functions marked with @CompileStatic
(requires all variables to have an explicit type) performs great.
I think it is a pretty cool feature to be able to write
both traditional script style code without any explicit type
information and put explicit type information and an
annotation on a performance critical function to get
compiled language performance.
> https://www.vajhoej.dk/arne/articles/vmsbm2.html
Arne
More information about the Info-vax
mailing list