Why does Julia use so much memory?

It’s probably because those benchmarks include JIT compilation. Do the LISP benchmarks include the cost and memory use of compilation, or does that happen in a separate step first?

Well-written Julia code can be very memory efficient, but the JIT compilation step has a significant memory footprint.

3 Likes