paulip1792's Stars
google/comprehensive-rust
This is the Rust course used by the Android team at Google. It provides you the material to quickly teach Rust.
sharkdp/hyperfine
A command-line benchmarking tool
temporalio/temporal
Temporal service
ducaale/xh
Friendly and fast tool for sending HTTP requests
cantaro86/Financial-Models-Numerical-Methods
Collection of notebooks about quantitative finance, with interactive python code.
bheisler/criterion.rs
Statistics-driven benchmarking library for Rust
matter-labs/zksync-era
zkSync era
near/nearcore
Reference client for NEAR Protocol
apachecn/mit-18.06-linalg-notes
MIT 18.06 线性代数笔记
nkaz001/hftbacktest
A high-frequency trading and market-making backtesting and trading bot in Python and Rust, which accounts for limit orders, queue positions, and latencies, utilizing full tick data for trades and order books, with real-world crypto market-making examples for Binance Futures
matklad/once_cell
Rust library for single assignment cells and lazy statics without macros
LukeMathWalker/cargo-chef
A cargo-subcommand to speed up Rust Docker builds using Docker layer caching.
EmbarkStudios/cargo-deny
❌ Cargo plugin for linting your dependencies 🦀
servo/rust-smallvec
"Small vector" optimization for Rust: store up to a small number of items on the stack
lloydmeta/frunk
Funktional generic type-level programming in Rust: HList, Coproduct, Generic, LabelledGeneric, Validated, Monoid and friends.
clux/muslrust
Docker environment for building musl based static linux rust binaries
denoland/fastwebsockets
A fast RFC6455 WebSocket implementation
bnjbvr/cargo-machete
Remove unused Rust dependencies with this one weird trick!
mmastrac/rust-ctor
Module initialization/global constructor functions for Rust
tqwewe/kameo
Fault-tolerant Async Actors Built on Tokio
rolling-panda-san/notebooks
Analysis on systematic trading strategies (e.g., trend-following, carry and mean-reversion). The result is regularly updated.
jshellen/HFT
High Frequency Market Making
PacktPublishing/Machine-Learning-for-Algorithmic-Trading-Bots-with-Python
nkaz001/algotrading-example
algorithmic trading backtest and optimization examples using order book imbalances. (bitcoin, cryptocurrency, bitmex, binance futures, market making)
jkarneges/rust-async-bench
The cost of Rust async/await
rust-lang/impl-trait-utils
Utilities for working with impl traits in Rust.
gz/rust-perfcnt
Rust library to program hardware performance counter.
smallnest/mping
a multi-targets ping tool, which supports 10,000 packets/second, accurate latency
smallnest/mping-rs
a multi-targets ping tool and library, which supports 10,000 packets/second, accurate latency
patrykstefanski/async-bench
A benchmark of approaches to writing server applications