You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The performance is very close to my C++ version (about 2% slower).
Concerning the postulated C version with Boehm: not sure if you are aware that my Oberon+ has a C99 transpiler which can generate a C99 version of my Oberon+ Are-we-fast-yet version using Boehm; here is the generated source code: http://software.rochus-keller.ch/awfy_c99_benchmark.tar.gz. I compared it with the forementioned native C99 version, with the latter only ~20% faster.
Main challenge are the few polymorphic elements for instance in DeltaBlue.
The text was updated successfully, but these errors were encountered: