hpyproject / hpy

HPy: a better API for Python
https://hpyproject.org
MIT License
1.02k stars 52 forks source link

Add HPyList_Insert #469

Closed fangerer closed 8 months ago

fangerer commented 8 months ago

Also an API we needed in Cython/HPy for performance because calling the method list.insert was just too slow.