Results 138 comments of Michael Eisel

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...

I haven't measured it, and don't plan to. But if someone does, feel free to post the results

Phones on iOS 17+ will see a faster JSONDecoder regardless of the app’s min version. Companies that support older versions, though, may want to keep ZippyJSON until their min version...

I think I see what you're saying, that the "callers" section would contain all the callers for a particular stack frame. That is potentially helpful, but in general I would...

thank you for this pr. i should mention that JSONDecoder is superior to ZippyJSON for iOS 17+, as discussed here: https://github.com/michaeleisel/ZippyJSON/issues/69 . things may get archived in, say, a year....

> Hey! Thanks for that :) I was actually just in the process of doing benchmarks in my app. But that is good to hear! May be worth updating the...