Michael Eisel
Results
133
comments of
Michael Eisel
trafficstars
Also, one thing to be aware of is mimalloc may need to always check that the pointer it's being given to free is one that was allocated by it, as...
Ah, explained much more thoroughly by Eric above 😛
One example of how the crate interacts poorly with IDEs: in VSCode, when I haven't imported cast::* yet for a file, and a I write `f32(...)` and ask VSCode for...