tildeleb
I am a Go programmer with a deep systems background. I work with Go in realtime networking. All Go packages are slowly being converted to the module system.
NYC Area
Pinned Repositories
acolor
advanced color library
aeshash
Aeshash is a fast hash function extracted from the Go runtime that uses the Intel AESENC instruction. Used by Go's map on Intel x86-64 architecture.
crcbench
crcbench is a cc32 benchmarking program written in Go
cuckoo
Cuckoo Hash – Comprehensive support in Go with no dependencies
dedup
Dedup identifies duplicated files or directories by constructing hash fingerprints of their contents.
hashland
Go versions of murmur, cityhash, jenkins, spooky, sbox, crapwow, siphash, keccak, skein and more
hrff
Allows "human readable" (SI unit prefixes) numeric flags and the formatting of int64 and float64 in human readable format with an optional units string.
mpeg-decoder
Simple expositional mpeg-1 decoder written in pure go; not a production quality decoder. Transliterated from an older C version I wrote.
ring
Concurrent Ring Buffer
vogl
Simple video player that uses OpenGL
tildeleb's Repositories
tildeleb/hashland
Go versions of murmur, cityhash, jenkins, spooky, sbox, crapwow, siphash, keccak, skein and more
tildeleb/cuckoo
Cuckoo Hash – Comprehensive support in Go with no dependencies
tildeleb/aeshash
Aeshash is a fast hash function extracted from the Go runtime that uses the Intel AESENC instruction. Used by Go's map on Intel x86-64 architecture.
tildeleb/hrff
Allows "human readable" (SI unit prefixes) numeric flags and the formatting of int64 and float64 in human readable format with an optional units string.
tildeleb/acolor
advanced color library
tildeleb/crcbench
crcbench is a cc32 benchmarking program written in Go
tildeleb/dedup
Dedup identifies duplicated files or directories by constructing hash fingerprints of their contents.
tildeleb/mpeg-decoder
Simple expositional mpeg-1 decoder written in pure go; not a production quality decoder. Transliterated from an older C version I wrote.
tildeleb/ring
Concurrent Ring Buffer
tildeleb/aresdb
A GPU-powered real-time analytics storage and query engine.
tildeleb/insta
simulation of instagram
tildeleb/limiter
This package implements an API rate limiter which can be used on either the client or server side.
tildeleb/ll
ll implements lisp lists and associated functions in Go
tildeleb/oaklisp
An object-oriented dialect of Scheme
tildeleb/amodule
example module for use by "use"
tildeleb/autobuf
Simple automatic buffering package for Go that uses channels, forked from s3gof3r
tildeleb/binary
General purpose binary encoder/decoder
tildeleb/cpuid
access to cpuid on Intel processors
tildeleb/exp
[mirror] Experimental and deprecated packages
tildeleb/fuzzingo
Random string generator for fuzzing using regexp pattern.
tildeleb/go-twitter
Go Twitter REST and Streaming API v1.1
tildeleb/kvtools
tildeleb/lina
tildeleb/misc
misc small projects
tildeleb/nix-os
Automatically exported from code.google.com/p/nix-os
tildeleb/pretty
pretty print go data structures printf extension
tildeleb/runstats
Print MemStats and GC stats
tildeleb/siginfo
SIGINFO control-T handler for Go
tildeleb/stats
Simple statistics package
tildeleb/use