lthibault
Neuroscience Ph.D turned serial entrepreneur. Passionate about computer systems that behave like living things.
Boston, MA
Pinned Repositories
jitterbug
Tickers with random jitter
log
High-level logging API built on top of https://github.com/sirupsen/logrus
netstr
Efficient binary serialization of variable-length strings
quic-mangos
A QUIC transport for mangos (scalability protocols) written in pure Go
treap
A thread-safe, persistent Treap (tree + heap) for ordered key-value mapping and priority sorting.
turbine
High-performance alternative to channels with pipelining
vector
Persistent, immutable, generic vectors for Go
casm
Universal middleware for decentralized computing
pkg
Peer-to-peer cloud environment
lthibault's Repositories
lthibault/jitterbug
Tickers with random jitter
lthibault/treap
A thread-safe, persistent Treap (tree + heap) for ordered key-value mapping and priority sorting.
lthibault/log
High-level logging API built on top of https://github.com/sirupsen/logrus
lthibault/blog
Personal Blog
lthibault/suture
Supervisor trees for Go.
lthibault/vector
Persistent, immutable, generic vectors for Go
lthibault/eva
Exploratory implementation of the Eva virtual machine
lthibault/go-ipld-capnp
High-performance IPLD block implementation using Cap’n Proto
lthibault/go-libp2p
libp2p implementation in Go
lthibault/go-libp2p-core
Interfaces and abstractions that make up go-libp2p
lthibault/go-libp2p-inproc-transport
In-process transport for libp2p, suitable for testing.
lthibault/go-libp2p-pubsub
The PubSub implementation for go-libp2p
lthibault/go-util
Misc. Go utility packages
lthibault/iopipes
High-performance buffered pipes for Go
lthibault/ipfs-fileshare
P2P filesharing over IPFS
lthibault/kernel-rpi-os-32
Linux kernel for Raspberry Pi 32 bits, for usage in gokrazy
lthibault/mev-research
Project management for MEV Research
lthibault/multicodec
Compact self-describing codecs. Save space by using predefined multicodec tables.
lthibault/ofac-sanctioned-digital-currency-addresses
Tool to extract the 'sanctioned' digital currency (Bitcoin and others) addresses from the Specially Designated Nationals list by the US Office of Foreign Asset Control.
lthibault/php-parser
php parser in golang
lthibault/sdk-go
Testground: SDK for developing test plans in Go
lthibault/suave-geth
lthibault/testify
A toolkit with common assertions and mocks that plays nicely with the standard library
lthibault/tinygo
Go compiler for small places. Microcontrollers, WebAssembly (WASM/WASI), and command-line tools. Based on LLVM.
lthibault/uq
Fast unbounded queue with efficient allocation
lthibault/util
A standard library of assorted Go utilities, with emphasis on idiomatic correctness.
lthibault/wapc-guest-tinygo
SDK for creating waPC WebAssembly Guest Modules in TinyGo
lthibault/wazergo
Library of generic types intended to help create WebAssembly host modules for wazero
lthibault/wazero
wazero: the zero dependency WebAssembly runtime for Go developers
lthibault/ww-scheduler