Pinned Repositories
bloom_filter
An implementation of a bloom filter
circbuf-rs
A growable circular buffer for working with bytes
circlepackeR
R htmlwidget for circle packing visualization
echo-rs
Implementing an echo server in Rust using several different approaches
go-casbin-example
An example of using Casbin to implement a role-based access control system
golang_benchmarks
Various golang benchmarks I've written
hashring-rs
A minimal implementation of consistent hashing
lru-rs
An implementation of a LRU cache
lttb-rs
An implementation of the largest triangle three buckets (lttb) algorithm for time series downsampling
tsz-rs
A crate for time series compression based upon Facebook's Gorilla whitepaper
jeromefroe's Repositories
jeromefroe/lru-rs
An implementation of a LRU cache
jeromefroe/tsz-rs
A crate for time series compression based upon Facebook's Gorilla whitepaper
jeromefroe/hashring-rs
A minimal implementation of consistent hashing
jeromefroe/circbuf-rs
A growable circular buffer for working with bytes
jeromefroe/lttb-rs
An implementation of the largest triangle three buckets (lttb) algorithm for time series downsampling
jeromefroe/go-casbin-example
An example of using Casbin to implement a role-based access control system
jeromefroe/bloom_filter
An implementation of a bloom filter
jeromefroe/clock_cache
A CLOCK cache implementation
jeromefroe/dotfiles
My dotfiles
jeromefroe/gtatest
A test using nested modules for the tool gta
jeromefroe/majority-rs
Implementations for finding the majority element of a list
jeromefroe/mandelbrot-web
An example server using Rust's new async/await syntax
jeromefroe/starmie
A second experiment using Starlark for generating configuration files
jeromefroe/config-connector-test
An example of how to use GKE's Config Connector feature
jeromefroe/examplefx
An example Go application using fx modules for common functionality
jeromefroe/gandalf
An experiment using Mage instead of Make in a project.
jeromefroe/go-gtfs-example
An example of loading a GTFS static feed into a Go program
jeromefroe/go-gtfs-realtime-example
An example of loading a GTFS realtime feed into a Go program
jeromefroe/h3-rs
Rust bindings to Uber's H3 library for geospatial indexing
jeromefroe/heimdallr
A Kubernetes controller for managing Pingdom checks
jeromefroe/migrate-example
An example of automatically migrating a database schema in Go
jeromefroe/premonition
An example repo of how to unmarshal structs in Go without knowing their types ahead of time.
jeromefroe/protobuf-generate
An example repository of how to use different tools to generate Protobuf code
jeromefroe/prototool-example
An example of using prototool for working with Protobuf files
jeromefroe/quicksilver
An experiment using gorun to execute Go programs as scripts
jeromefroe/skyhigh
An example of how to use skycfg to generate Kubernetes YAML manifests from Skylark files
jeromefroe/staryu
An experiment using Starlark for generating configuration files
jeromefroe/text
text related packages
jeromefroe/towersofhanoi
A Go implementation of the recursive solution to the Towers of Hanoi puzzle
jeromefroe/wire-example
A simple example of using Wire to initialize a Go application