Commit Graph

6 Commits

Author SHA1 Message Date
Stephen McQuay 8b52f93ca5 Don't automatically do concurrency for users
http://talks.golang.org/2013/bestpractices.slide#25
2014-03-31 23:21:20 -07:00
Stephen McQuay c8efd34080 ignore new binary
Create new bserv binary

Herein lie the following ideas:

- change package visibility of many things
- try to stash the globals into structs
- the code is far from correct; it merely compiles
2014-03-31 23:21:14 -07:00
Stephen McQuay 4e55fa8ebe trim the hashes
I tried taking it down to 6, but it fails the tests consistently ...
2013-11-15 23:20:22 -08:00
Stephen McQuay 56c965add7 some clean up
Mainly adding some comments, and some function renaming
2013-09-28 12:59:17 -07:00
Stephen McQuay aaaff34448 tests work for GOMAXPROCS>1 2013-08-28 22:16:55 -07:00
Stephen McQuay 922acbdb54 added a hash generator 2013-08-28 18:10:08 -07:00