benchmarks
benchmarks copied to clipboard
What does (staged) mean?
I noticed that both scala and racket have this
ping @nuald
There is a good explanation here: https://cs.stackexchange.com/a/2914 in short, the program is executed in 2+ stages:
- Code generation
- Operate on data using the generated code.
It's not the reference implementations, and rather included just for testing purposes. However, if your programming language supports it, you may want to take advantage of it.