omegablitz's Stars
carbon-language/carbon-lang
Carbon Language's main repository: documents, design, implementation, and related tools. (NOTE: Carbon Language is experimental; see README)
xyflow/xyflow
React Flow | Svelte Flow - Powerful open source libraries for building node-based UIs with React (https://reactflow.dev) or Svelte (https://svelteflow.dev). Ready out-of-the-box and infinitely customizable.
neoclide/coc.nvim
Nodejs extension host for vim & neovim, load extensions like VSCode and host language servers.
jart/cosmopolitan
build-once run-anywhere c library
grpc-ecosystem/grpc-gateway
gRPC to JSON proxy generator following the gRPC HTTP spec
pyodide/pyodide
Pyodide is a Python distribution for the browser and Node.js based on WebAssembly
prometheus/node_exporter
Exporter for machine metrics
wolfpld/tracy
Frame profiler
apache/datafusion
Apache DataFusion SQL Query Engine
tendermint/tendermint
⟁ Tendermint Core (BFT Consensus) in Go
ggandor/leap.nvim
Neovim's answer to the mouse 🦘
paradigmxyz/reth
Modular, contributor-friendly and blazing-fast implementation of the Ethereum protocol, in Rust
tokio-rs/console
a debugger for async rust!
facebookincubator/velox
A composable and fully extensible C++ execution engine library for data management systems.
mTvare6/hello-world.rs
🚀Memory safe, blazing fast, configurable, minimal hello world written in rust(🚀) in a few lines of code with few(1247🚀) dependencies🚀
blockchain-etl/ethereum-etl
Python scripts for ETL (extract, transform and load) jobs for Ethereum blocks, transactions, ERC20 / ERC721 tokens, transfers, receipts, logs, contracts, internal transactions. Data is available in Google BigQuery https://goo.gl/oY5BCQ
hosseinmoein/DataFrame
C++ DataFrame for statistical, Financial, and ML analysis -- in modern C++ using native types and contiguous memory storage
1Password/typeshare
Typeshare is the ultimate tool for synchronizing your type definitions between Rust and other languages for seamless FFI.
risc0/risc0
RISC Zero is a zero-knowledge verifiable general computing platform based on zk-STARKs and the RISC-V microarchitecture.
connectrpc/connect-es
The TypeScript implementation of Connect: Protobuf RPC that works.
pcaversaccio/reentrancy-attacks
A chronological and (hopefully) complete list of reentrancy attacks to date.
rust-ethereum/evm
Pure Rust implementation of Ethereum Virtual Machine
siliconcompiler/siliconcompiler
Modular hardware build system
ethereum/evmone
Fast Ethereum Virtual Machine implementation
flashbots/builder
Flashbots MEV-Boost Block Builder [deprecated, replaced by https://github.com/flashbots/rbuilder]
madonoharu/tsify
A library for generating TypeScript definitions from rust code.
grantshandy/fdg
A Force Directed Graph Drawing Library
interlark/ustvgo-iptv
USTVGO Free IPTV
gio256/erigon-db
Fully typed access to the Erigon db in rust
WillSewell/gc-latency-experiment
Exploring some worst-case latencies in GCs, inspired by a post on GHC's runtime pause times: https://making.pusher.com/latency-working-set-ghc-gc-pick-two/