mimalloc (pronounced "me-malloc") is a general purpose allocator with excellent performance characteristics. Initially developed by Daan Leijen for the runtime systems of the Koka and Lean languages.
LCI is designed to be an efficient communication library for multithreaded, irregular communications. It is a research tool to explore design choices for such libraries.
Visualize streams of multimodal data. Fast, easy to use, and simple to integrate. Built in Rust using egui.
并行计算开源库,着重于分布式计算和计算密集型任务,和CAF相比,HPX的CPU密集型计算的性能更高。HPX侧重于计算密集型和分布式集群,CAF侧重于Actor系统抽象。
这是有史以来最快的C++日志库,延迟和吞吐量远比log4cplus, log4rs高。专门用于量化交易等低延时场景的日志库,甚至日志输出的时间戳都不是调用的系统API获取的,而是直接从寄存器中读取到的。如果你想构建你的低延时应用,一定要选择它!
SBE is an OSI layer 6 presentation for encoding and decoding binary application messages for low-latency financial applications. include the reference implementations in Java, C++, Golang, C#, Rust
Capnproto是一款号称具有"infinity faster"的RPC框架。你可以认为它是JSON,只是它直接生成了二进制格式的消息;你可以认为它是Protocol Buffer,只是它更快而已。
WebSocket that will automatically reconnect if the connection is closed.