The problem:
Create a hash from an array of objects where the key is the object's #id
and the value is the #stuff
method.
Known/Suspected caveats:
- Garbage collection might be happening, making the results lie.
- Not exhaustive of ways to create a hash from an array
- Not exhaustive of ways to call
Benchmark.ips
with code to test. (no strings yet) - Not able to manually change the number of iterations