jeffijoe / deltio

A Google Cloud Pub/Sub emulator alternative, written in Rust.
MIT License
19 stars 1 forks source link

Use mimalloc as the global allocator + remove unused hashmap of messages #2

Closed jeffijoe closed 1 year ago

jeffijoe commented 1 year ago

MiMalloc should be a better option on musl-based Linux as well as on macOS for multi-threaded apps.

Also added support for aarch64-unknown-linux-musl and made the Docker image use scratch + the musl build.