rustup

@rustup

rustup no introduction.

rustup's Profile
/
Watches(246)

    Watch rustup/enum_dispatch

    enum_dispatch transforms your trait objects into concrete compound types, increasing their method call speed up to 10x.

    Last updated: 2 months ago

    Watch rustup/bitflags

    bitflags generates flags enums with well-defined semantics and ergonomic end-user APIs.

    Last updated: 3 months ago

    Watch rustup/malloc-best-effort

    It uses tcmalloc-better on linux (x86_64, aarch64) and mimalloc on other platforms. Both wrappers are based on general-purpose, performance-oriented allocators.

    Last updated: 3 months ago

    Watch rustup/tcmalloc-better

    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.

    Last updated: 3 months ago

    Watch rustup/jemallocator

    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.

    Last updated: 3 months ago

    Watch rustup/mimalloc_rust

    A drop-in global allocator wrapper around the mimalloc allocator. Mimalloc is a general purpose, performance oriented allocator built by Microsoft.

    Last updated: 3 months ago

    Watch rustup/msgtrans

    企业级现代化多协议通信框架,统一接口支持TCP、WebSocket、QUIC等协议。三层架构抽象:应用层 → 传输层 → 协议层,层次清晰,一套代码,多协议部署, 完全消除锁竞争,充分利用多核性能。

    Last updated: 4 months ago

    Watch rustup/mlua

    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.

    Last updated: 11 months ago

    Watch rustup/tokio-uring

    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.

    Last updated: 12 months ago

    Watch rustup/tokio

    最火的异步网络库,除了复杂上手难度高一些外,没有其它大的问题。同时tokio团队提供了多个非常优秀的Rust库,整个生态欣欣向荣,用户认可度很高。

    Last updated: 12 months ago

Search