Pinned Repositories
graph-node
Graph Node indexes data from blockchains such as Ethereum and serves it over GraphQL
solidity-bindgen
stable-hash
A structured hash that is platform independent and has backward compatibility
extend-lifetime
Unsafe helper for extending lifetimes in Rust
firestorm
A fast intrusive flamegraph
js-intern
Intern JavaScript primitives for Rust
js-object
A macro for creating JavaScript objects in Rust
second-stack
A Rust memory allocator for large slices that don't escape the stack.
soa-vec
A simple Vec-like API over a struct of arrays layout for Rust
tree-buf
An experimental serialization system written in Rust
That3Percent's Repositories
That3Percent/tree-buf
An experimental serialization system written in Rust
That3Percent/firestorm
A fast intrusive flamegraph
That3Percent/second-stack
A Rust memory allocator for large slices that don't escape the stack.
That3Percent/soa-vec
A simple Vec-like API over a struct of arrays layout for Rust
That3Percent/js-object
A macro for creating JavaScript objects in Rust
That3Percent/extend-lifetime
Unsafe helper for extending lifetimes in Rust
That3Percent/js-intern
Intern JavaScript primitives for Rust
That3Percent/Afeather
An ECS that stores similar entities together for Rust.
That3Percent/deep-clone
Deep clone for Rust
That3Percent/float-hash-of
Stores 63 bits of a hash in an f64 for interop with languages like JavaScript
That3Percent/hash-of
Type-safe hash wrapper
That3Percent/lexical-lifetime
Lexical Lifetimes for Rust
That3Percent/location-parser
That3Percent/simple-16
Simple-16 Integer Compression
That3Percent/twitter-sentiment-graphs
Do not use
That3Percent/unordered-hash
Hasher which produces the same result regardless of the order elements are written to the hash
That3Percent/boardgames
Boardgames
That3Percent/delegator-income
That3Percent/gibbon
WIP implementation of Facebook's gorilla database in rust
That3Percent/graph-improvement-proposals
The canonical repository for The Graph's protocol governance. Read more about it: https://thegraph.com/ecosystem/governance/
That3Percent/graphql-parser
A graphql query language and schema definition language parser and formatter for rust
That3Percent/ibig-rs
A big integer library in Rust with good performance.
That3Percent/maybe-owned
provides a `MaybeOwned<'a,T>` type different to std's `Cow` it implements `From<T>` and `From<&'a T>` and does not require `ToOwned`
That3Percent/rust-web3
Ethereum JSON-RPC multi-transport client. Rust implementation of web3 library.
That3Percent/subscription-prototype
Some design thoughts for subscriptions
That3Percent/tree-buf-benches
Benchmarks for Tree-Buf
That3Percent/update-buffer
This is a test
That3Percent/zigzag
ZigZag encoding and decoding