Justin King

Results 13 comments of Justin King

For the test `zeroThroughOneTwentySeven`, the new implementation is ~4.6 ms while the old implementation is ~5.7 ms. For the test `equality` the new implementation is ~0.1 ms while the old...

Hmmm. So "generics" are landing in Go in the next couple of months I believe. I would hate to use `interface{}` and then have some nice generic approach available and...