一个快速而灵活的分配器,用于 no_std 和 WebAssembly
If you find Talc useful, please consider leaving tip via Paypal or Ko-Fi
no_std environmentsPerformance:
Features:
TalcCell for single-threaded allocation with GlobalAlloc and Allocatorlock_api for multi-threaded allocation using TalcLockallocator-api2 for using the Allocator API in safe Rust"counters": Provides allocation statistics for debugging and performance insightsIf you're on a mature hosted system, especially one that jemalloc or mimalloc supports, consider those instead.
Those provide allocation concurrency, well-tested virtual memory API integration,
and are all-round more mature and sophisticated and more cleverly implemented than Talc.
Even the default allocator for Rust on Linux, for example, has impressive performance characteristics.
暂无开放 Issues,或尚未同步最近议题。