qinix's Stars
emilk/egui
egui: an easy-to-use immediate mode GUI in Rust that runs on both web and native
SigNoz/signoz
SigNoz is an open-source observability platform native to OpenTelemetry with logs, traces and metrics in a single application. An open-source alternative to DataDog, NewRelic, etc. 🔥 🖥. 👉 Open source Application Performance Monitoring (APM) & Observability tool
mml-book/mml-book.github.io
Companion webpage to the book "Mathematics For Machine Learning"
wolfpld/tracy
Frame profiler
DaoCloud/public-image-mirror
很多镜像都在国外。比如 gcr 。国内下载很慢,需要加速。致力于提供连接全世界的稳定可靠安全的容器镜像服务。
thuml/Time-Series-Library
A Library for Advanced Deep Time Series Models.
bensadeh/tailspin
🌀 A log file highlighter
koute/bytehound
A memory profiler for Linux.
djc/askama
Type-safe, compiled Jinja-like templates for Rust
zhiburt/tabled
An easy to use library for pretty print tables of Rust structs and enums.
EmbarkStudios/puffin
🐦 Friendly little instrumentation profiler for Rust 🦀
avhz/RustQuant
Rust library for quantitative finance.
smol-rs/async-channel
Async multi-producer multi-consumer channel
nnethercote/dhat-rs
Heap profiling and ad hoc profiling for Rust programs.
rigtorp/ipc-bench
Latency benchmarks of Unix IPC mechanisms
cloudwego/sonic-rs
A fast Rust JSON library based on SIMD.
smol-rs/event-listener
Notify async tasks or threads
aclysma/profiling
Provides a very thin abstraction over instrumented profiling crates like puffin, optick, tracy, and superluminal-perf.
likebike/fasteval
Fast and safe evaluation of algebraic expressions
pydantic/speedate
Fast and simple datetime, date, time and duration parsing for rust.
asynchronics/asynchronix
High-performance asynchronous computation framework for system simulation
Diggsey/ijson
More efficient alternative to `serde_json::Value` which saves memory by interning primitive values and using tagged pointers.
cloudwego/shmipc-spec
A high-performance IPC solution that is suitable for production environments based on shared memory IPC.
asynchronics/tachyonix
An asynchronous, multi-producer, single-consumer (MPSC) bounded channel that operates at tachyonic speeds
eclipse-iceoryx/iceoryx-rs
Rust wrapper for Eclipse iceoryx™ - true zero-copy inter-process-communication
jedisct1/rust-coarsetime
Time and duration crate optimized for speed and API stability.
blitzarx1/netstrat
trading strategy construction, visualization and backtesting tool
fereidani/rust-channel-benchmarks
rust channel benchmarks to keep stat of performance of Kanal library in comparison with other competitors.
asynchronics/tachyobench
Async benchmark for MPSC channels with support for multiple executors
egor-vaskon/pformat_macro
Alternative to the builtin format_args! macro