Hacker News new | ask | show | jobs
by averageuser 1939 days ago
Cython lets you use C structs to speed up memory access, and generally gives you lower-level access.

Note that GraalPython has the C structs memory layout too.