Benchmarks to test how XC=BASIC and other compilers compare to one another.
This is a community project, strictly for fun, it might be full of mistakes, inefficient algorithms, etc. Make it better. Fork it, add your own code and send a PR.
In each directory you'll find an algorithm written in pseudo-code.
- Try to implement the code in any language. Any optimizations are allowed if the algorithm remains the same.
- Mark benchmark points in code
- Name your file {algorithm}-{language}.{lang-specific-extension}
- Include the compiled binary (except CBM BASIC where BASIC listing is enough)
- Comment benchmark results in your code as well as in the README file.
You can add new algorithms. In this case please provide a README file in the respective directory.