Skip to content

catlee/faster-hash-lookups

Repository files navigation

Efficient Hash Lookups: Adventures with Benchmarks!

This repository contains code that goes along with my blog post here

Usage

It assumes you have a relatively recent ruby installed. It also contains experimental capnproto code, which may or not work properly :)

$ bundle install
# Generate all sample data
$ make

# Benchmark JSON hash, using output/hash.json
$ bundle exec ruby benchmark.rb -s hash -f json

About

Code for testing lookups in large hashes

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published