c3d / xl

A minimalist, general-purpose programming language based on meta-programming and parse tree rewrites
GNU General Public License v3.0
270 stars 15 forks source link

Add to https://github.com/kostya/benchmarks/ #45

Open dumblob opened 3 years ago

dumblob commented 3 years ago

I'm fully aware XL undergoes a big "merging" of all the diverse efforts emerging throughout the last 10-15 years and that it also has some sharp edges.

It's though already very capable and it definitely makes sense to keep an eye also on the performance side (both speed of debug build compilation /assuming unoptimized debug build by default for subsecond compilation and production build upon explicit request/ and the running speed of the resulting binary).

Currently the most curated and maintained "generic" benchmark is https://github.com/kostya/benchmarks/ . It'd be great to see XL there as well (the production build of course).