Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | sort order support in multibinary search | Mattias Andrée | 2014-01-21 | 1 | -3/+1 | |
* | m | Mattias Andrée | 2014-01-21 | 1 | -15/+23 | |
* | typo | Mattias Andrée | 2014-01-21 | 2 | -2/+2 | |
* | partial array support in multibinary search | Mattias Andrée | 2014-01-21 | 1 | -3/+51 | |
* | m + partial array support in hybrid binary search | Mattias Andrée | 2014-01-21 | 2 | -13/+76 | |
* | partial array support in hybrid interpolation search | Mattias Andrée | 2014-01-21 | 1 | -8/+43 | |
* | partial array support in interpolation search | Mattias Andrée | 2014-01-21 | 1 | -4/+62 | |
* | partial array support in binary search + add multibinary search | Mattias Andrée | 2014-01-21 | 4 | -9/+245 | |
* | compile with -Xlint:all,-cast | Mattias Andrée | 2014-01-21 | 1 | -1/+1 | |
* | m | Mattias Andrée | 2014-01-21 | 2 | -2/+2 | |
* | m + add hybrid interpolation search | Mattias Andrée | 2014-01-21 | 3 | -2/+152 | |
* | add interpolation search | Mattias Andrée | 2014-01-21 | 1 | -0/+100 | |
* | add hybrid binary search | Mattias Andrée | 2014-01-21 | 1 | -0/+297 | |
* | m fix in binary search | Mattias Andrée | 2014-01-21 | 1 | -1/+3 | |
* | add binary search | Mattias Andrée | 2014-01-21 | 2 | -6/+268 | |
* | add linear search | Mattias Andrée | 2014-01-21 | 1 | -0/+260 | |
* | bit reversing | Mattias Andrée | 2014-01-21 | 1 | -6/+117 | |
* | m doc | Mattias Andrée | 2014-01-21 | 1 | -1/+1 | |
* | parity via multiplication | Mattias Andrée | 2014-01-20 | 1 | -0/+14 | |
* | 64-bit instructions for parity on byte | Mattias Andrée | 2014-01-20 | 1 | -0/+11 | |
* | optimised parallel parity | Mattias Andrée | 2014-01-20 | 1 | -0/+18 | |
* | m | Mattias Andrée | 2014-01-20 | 1 | -3/+3 | |
* | some parity computations | Mattias Andrée | 2014-01-20 | 1 | -7/+64 | |
* | naïve parity | Mattias Andrée | 2014-01-20 | 1 | -0/+17 | |
* | m | Mattias Andrée | 2014-01-20 | 1 | -3/+2 | |
* | add hybrid version of sideways addition | Mattias Andrée | 2014-01-20 | 1 | -0/+21 | |
* | more bit counting | Mattias Andrée | 2014-01-20 | 1 | -0/+82 | |
* | m | Mattias Andrée | 2014-01-20 | 1 | -3/+3 | |
* | m | Mattias Andrée | 2014-01-20 | 1 | -3/+1 | |
* | m + counting bits | Mattias Andrée | 2014-01-20 | 2 | -2/+81 | |
* | add conditional negation | Mattias Andrée | 2014-01-20 | 1 | -2/+27 | |
* | add bit merge | Mattias Andrée | 2014-01-20 | 1 | -0/+13 | |
* | add set_clear | Mattias Andrée | 2014-01-20 | 1 | -0/+53 | |
* | m | Mattias Andrée | 2014-01-20 | 1 | -1/+1 | |
* | add is power of two | Mattias Andrée | 2014-01-20 | 1 | -0/+40 | |
* | add min max | Mattias Andrée | 2014-01-20 | 1 | -0/+72 | |
* | m | Mattias Andrée | 2014-01-20 | 2 | -5/+4 | |
* | m + add abs | Mattias Andrée | 2014-01-20 | 2 | -2/+44 | |
* | add opposite sign detection | Mattias Andrée | 2014-01-20 | 1 | -0/+12 | |
* | add signum | Mattias Andrée | 2014-01-20 | 1 | -0/+89 | |
* | fix package declaration | Mattias Andrée | 2014-01-20 | 4 | -4/+4 | |
* | m | Mattias Andrée | 2014-01-20 | 1 | -1/+1 | |
* | add sattolo shuffle | Mattias Andrée | 2014-01-20 | 1 | -0/+50 | |
* | add knuth shuffle | Mattias Andrée | 2014-01-20 | 1 | -0/+53 | |
* | add card shuffle | Mattias Andrée | 2014-01-20 | 1 | -0/+84 | |
* | add human shuffle | Mattias Andrée | 2014-01-20 | 1 | -0/+62 | |
* | add sorted | Mattias Andrée | 2014-01-20 | 1 | -0/+87 | |
* | add rotate | Mattias Andrée | 2014-01-20 | 1 | -0/+66 | |
* | add reverse | Mattias Andrée | 2014-01-20 | 1 | -0/+78 | |
* | add makefile | Mattias Andrée | 2014-01-20 | 2 | -0/+26 |