mirror of
https://github.com/emilk/egui.git
synced 2026-07-13 10:08:54 +00:00
7216d0e386
`mimalloc` is a _much_ faster allocator, especially important when doing a lot of small allocations (which egui does). We use `mimalloc` in Rerun, and I recommend everyone to use it. ## The difference it makes 