This library is intended for use on Linux (x86_64, aarch64). consider using malloc-best-effort, which automatically selects the best allocator based on the target platform.
最近更新: 10个月前The project is also published as jemallocator for historical reasons. The two crates are the same except names. For new projects, it's recommended to use tikv-xxx versions instead.
最近更新: 10个月前A drop-in global allocator wrapper around the mimalloc allocator. Mimalloc is a general purpose, performance oriented allocator built by Microsoft.
最近更新: 10个月前企业级现代化多协议通信框架,统一接口支持TCP、WebSocket、QUIC等协议。三层架构抽象:应用层 → 传输层 → 协议层,层次清晰,一套代码,多协议部署, 完全消除锁竞争,充分利用多核性能。
最近更新: 11个月前mlua is bindings to Lua programming language for Rust with a goal to provide safe (as far as it's possible), high level, easy to use, practical and flexible API.
最近更新: 1年多前This provides io-uring for Tokio by exposing a new Runtime that is compatible with Tokio but also can drive io-uring-backed resources. Any library that works with Tokio also works with tokio-uring.
最近更新: 1年多前Allows you to use println!, eprintln! and dbg! macros in a #![no_std] context, or in a situation where the traditional Rust streams might not be available (ie: at process shutdown time).
最近更新: 1年多前