Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

Python bindings! Finally I can stop using dictionaries like a common peasant.


"very low overhead but maximum possible contention" → an accurate description of the GIL


Did you read this part?

> Data is read and written directly from/to shared memory

Good luck accessing your dictionaries from another python process....


What is the advantage of this over using dictionaries?


Accessible across multiple python processes (shared memory).


Indexes, albeit T-tree instead of B-tree.




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: