rustlab

@rustlab

Any fool can write code that a computer can understand. Good programmers write code that humans can understand.

所有 个人的 我参与的
Forks 暂停/关闭的

    rustlab/mimalloc

    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.

    rustlab/lci

    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.

    rustlab/rerun

    Visualize streams of multimodal data. Fast, easy to use, and simple to integrate. Built in Rust using egui.

    rustlab/hpx

    并行计算开源库,着重于分布式计算和计算密集型任务,和CAF相比,HPX的CPU密集型计算的性能更高。HPX侧重于计算密集型和分布式集群,CAF侧重于Actor系统抽象。

    rustlab/appimage-strip

    rustlab/tests-env

    rustlab/libzsync-go

    rustlab/build-appimage

    rustlab/appimage-cli-tool

    rustlab/appimage-builder-docs

    rustlab/appimage-runtime

    rustlab/AppRun

    rustlab/appimage-builder

    rustlab/NanoLog

    这是有史以来最快的C++日志库,延迟和吞吐量远比log4cplus, log4rs高。专门用于量化交易等低延时场景的日志库,甚至日志输出的时间戳都不是调用的系统API获取的,而是直接从寄存器中读取到的。如果你想构建你的低延时应用,一定要选择它!

    rustlab/simple-binary-encoding

    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

    rustlab/capnproto

    Capnproto是一款号称具有"infinity faster"的RPC框架。你可以认为它是JSON,只是它直接生成了二进制格式的消息;你可以认为它是Protocol Buffer,只是它更快而已。

    rustlab/reconnecting-websocket

    WebSocket that will automatically reconnect if the connection is closed.

    rustlab/pybind11-Chinese-docs

    pybind11中文文档(个人翻译) 最近正好在用pybind11,基于加深理解的目的,翻译下pybind11的官方文档吧。

    rustlab/pybind11

    Seamless operability between C++11 and Python pybind11 is a lightweight header-only library that exposes C++ types in Python and vice versa, mainly to create Python bindings of existing C++ code.

    rustlab/log4cplus

    类似log4j、log4rs,支持输出日志到终端、文件、socket。性能略好于log4rs,但相差不大。

搜索帮助