summaryrefslogtreecommitdiff
path: root/capset_test.go
AgeCommit message (Collapse)Author
2014-07-03Swap to bitwise hasSet()Eric Anderson
Using bitwise operations yields over a 2x speedup. The iteration order of hasSet was reversed which causes it to be within 60% of the performance of hasSetWithLast, instead of 6x slower. It was also rewritten to use hasSetWithLast for better code reuse.
2014-07-03go fmt fixesEric Anderson
2014-07-02Reversed the card orderJoe Anderson
2014-07-02Added arg parsing and test case, fixed an ungeneralized 18Joe Anderson
2014-07-01Generalize to any dimension, organizing in the processEric Anderson
2014-06-30Performance improvements, tests, and benchmarksEric Anderson