egui/crates
Emil Ernerfeldt 7216d0e386
Use mimalloc for benchmarks (#7029)
`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

![image](https://github.com/user-attachments/assets/b22e0025-bc5e-4b3c-94e0-74ce46e86f85)
2025-05-06 17:54:06 +02:00
..
ecolor Enable more clippy lints (#6853) 2025-04-24 17:32:50 +02:00
eframe Add external eventloop support (#6750) 2025-04-29 12:09:23 +02:00
egui Use mimalloc for benchmarks (#7029) 2025-05-06 17:54:06 +02:00
egui-wgpu Enable more clippy lints (#6853) 2025-04-24 17:32:50 +02:00
egui-winit Add macOS-specific `has_shadow` and `with_has_shadow` to ViewportBuilder (#6850) 2025-04-29 12:02:42 +02:00
egui_demo_app Use mimalloc for benchmarks (#7029) 2025-05-06 17:54:06 +02:00
egui_demo_lib Use mimalloc for benchmarks (#7029) 2025-05-06 17:54:06 +02:00
egui_extras Load images on the ui thread for tests (#6901) 2025-04-30 12:55:57 +02:00
egui_glow Fix text distortion on mobile devices/browsers with `glow` backend (#6893) 2025-04-30 14:12:08 +02:00
egui_kittest Enable more clippy lints (#6853) 2025-04-24 17:32:50 +02:00
egui_plot Move `egui_plot` to its own repo (#4828) 2024-07-15 18:45:19 +02:00
egui_web Fix typos (#2866) 2023-04-18 15:52:45 +02:00
emath Enable more clippy lints (#6853) 2025-04-24 17:32:50 +02:00
epaint Use mimalloc for benchmarks (#7029) 2025-05-06 17:54:06 +02:00
epaint_default_fonts Release 0.31.1 - text_edit and kittest fixes 2025-03-05 08:37:34 +01:00