Hacker News new | ask | show | jobs
by jfpuget 3830 days ago
Thank you, you made Pypy move higher on my todo list.

You have a good point about gc and memory layout. That's why I like C or C++ when writing high performance software. You can control memory locality more easily than with other languages.