pyston::DenseMap use PyObject_Malloc
it is slighlty faster for small allocations and has the advantage that it is easier to track how much memory our python objects are using
Showing
Please register or sign in to comment
it is slighlty faster for small allocations and has the advantage that it is easier to track how much memory our python objects are using