smarr / are-we-fast-yet

Are We Fast Yet? Comparing Language Implementations with Objects, Closures, and Arrays
Other
318 stars 36 forks source link

Remove the implementations folder since it is not maintained #87

Closed smarr closed 5 months ago

smarr commented 5 months ago

The main goal of this PR is to clean up the repository, and reduce the number of things floating around that are not actually used.

The new convention is to have a build.sh script per language. The script, if necessary builds the benchmarks.

build.sh ${langId} should be supported if there are slight difference between concrete language implementations, that need a build step.

build.sh style should run language-specific style checkers on the benchmark code.