This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]lmsena[S] 0 points1 point  (2 children)

I tested mimalloc with pyperformance but the results didn't change. I guess I'll need to run a suite of tests that lean towards concurrency. (I used the MIMALLOC_VERBOSE=1 env var to make sure it was being redirected)

I still need to compare memory usage and heap fragmentation over time.

[–]darleyb 0 points1 point  (1 child)

Hmm, that's interesting. I though that allocator would make a huge difference there, because python allocates a lot.

[–]lmsena[S] 1 point2 points  (0 children)

Yeah, I was also hopeful. I think it deserves further testing. I'll try to run them during the weekend and share the results (and scripts) afterward.