GitXplorerGitXplorer
n

demo_hashes

public
11 stars
2 forks
0 issues

Commits

List of commits on branch master.
Unverified
1e12f0f9e37880d582aceee15cf703d07e605a92

Clarify README

nnathanl committed 11 years ago
Unverified
07a158c3903f098164bac272ead88fae6753bcbb

Measure performance of hashes

nnathanl committed 11 years ago
Unverified
37b0d50ebd5c94069175163aec392cbc2a1b4efe

Set up sparse array during initialization

nnathanl committed 11 years ago
Unverified
2edb0c5abc5a7870095b36e39446854b1618e06e

Better .length definitions

nnathanl committed 11 years ago
Unverified
8f4034adc5eef2e8bb48c7b29bcf0d8560e3e4d7

Add ability to redistribute keys

nnathanl committed 11 years ago
Unverified
3fecdedf13bd0e6e8dbd6e75e515e0e0593c2492

Demonstrate use of custom .hash method

nnathanl committed 11 years ago

README

The README file for this repository.

Hashes are fun!

Re-implementing Ruby hashes to show (roughly) how they work. This code is the basis of a talk I give on the subject.

The commit history includes a progression of problems and solutions.