Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
yvdriess
4 months ago
|
parent
|
context
|
favorite
| on:
How fast can the RPython GC allocate?
In defense of the OP: bump allocators are part of the CPython runtime. It's used to avoid calling malloc a bazillion times a second. Of course, it still needs to defer to libc for certain objects and to grab more memory for its pools/arena/nursery.
kragen
4 months ago
[–]
This is about the PyPy runtime, not the CPython runtime.
Consider applying for YC's Winter 2026 batch! Applications are open till Nov 10
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search: