#rpython

[ follow ]
fromPyPy
1 day ago

How fast can the RPython GC allocate?

RTyped objects in RPython require 16 bytes on a 64-bit architecture and the GC can allocate in a tight loop efficiently, achieving over 5 instructions per cycle.
[ Load more ]