Rating: 5.0

milkchocoMarch 21, 2018, 3:17 a.m.

As I know numpy does use malloc and python uses custom allocator with cache (for small sizes) + malloc for large size, maybe this solution is based on fastbin's behaviour..? Thanks for the great and fresh challenge!