Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | trivial fixes.HEADalgos-ld1-1.0.1master | 2021-03-29 | 2 | -3/+3 | |
* | cleanup and optimizations.algos-ld1-1.0 | 2021-03-15 | 5 | -35/+49 | |
* | we can now print out stuff... things. | 2021-03-14 | 5 | -9/+50 | |
* | revert higher-than-64-bits support. | 2021-03-14 | 5 | -76/+7 | |
* | complete core featureset with linked list files. | 2021-03-13 | 5 | -2/+70 | |
* | now with uncached arrays! | 2021-03-10 | 3 | -5/+71 | |
* | move benching to its own function. | 2021-03-10 | 1 | -13/+36 | |
* | refactor && improve. | 2021-03-10 | 12 | -119/+140 | |
* | bit of comments. | 2021-03-03 | 1 | -0/+5 | |
* | now up to 256 bit! | 2021-03-03 | 5 | -3/+80 | |
* | straight up code refactor. | 2021-03-03 | 7 | -148/+58 | |
* | now able to work with 8-bit data! | 2021-03-01 | 2 | -2/+8 | |
* | now with cached list handling! | 2021-02-28 | 2 | -11/+50 | |
* | refactor function pointer assignment. | 2021-02-25 | 1 | -26/+22 | |
* | adjust benchmark output formatting. | 2021-02-25 | 1 | -5/+4 | |
* | move readfile implementation to cache. | 2021-02-25 | 3 | -36/+39 | |
* | get rid of gratuitous extra assignments. | 2021-02-25 | 1 | -8/+1 | |
* | get rid of pnode, t'was unused. | 2021-02-25 | 3 | -9/+5 | |
* | apply -funroll-loops on the mergesort algo. | 2021-02-25 | 1 | -6/+7 | |
* | clarify the help output. | 2021-02-21 | 1 | -2/+2 | |
* | employ the unlikely macro on diagnostics. | 2021-02-21 | 1 | -2/+3 | |
* | in-memory array sorting: GET! | 2021-02-21 | 9 | -71/+148 | |
* | Most of sorting an array in memory is wired up. | 2021-02-17 | 5 | -24/+75 | |
* | fix a memleak. | 2021-02-15 | 1 | -0/+3 | |
* | cease inefficient /dev/urandom fiddling. | 2021-02-15 | 5 | -32/+14 | |
* | now with configurable data size! | 2021-02-15 | 3 | -1/+34 | |
* | now with generating lists! | 2021-02-15 | 5 | -24/+96 | |
* | continue the overhaul. | 2021-02-11 | 6 | -87/+140 | |
* | A major overhaul of the whole thing. | 2021-02-09 | 11 | -144/+345 | |
* | cache I/O implementation and fixes. | 2020-03-27 | 8 | -17/+190 | |
* | we print error messages now, bois. | 2020-03-19 | 5 | -26/+35 | |
* | bolt on data generation, kind of. | 2020-03-10 | 9 | -46/+167 | |
* | begin macrofy error testing. | 2020-03-02 | 3 | -79/+29 | |
* | implement get/put wrappers. | 2020-03-02 | 3 | -7/+24 | |
* | implement reading from dev-you-random for datagen. | 2020-02-25 | 8 | -63/+114 | |
* | now with a special generation mode! | 2020-02-19 | 3 | -86/+161 | |
* | now sets proper stride. | 2020-02-17 | 2 | -5/+17 | |
* | fix saving the output file. | 2020-02-17 | 1 | -2/+20 | |
* | expand command line argument handling. | 2020-02-16 | 1 | -4/+19 | |
* | add a wrapper for closing files. | 2020-02-15 | 3 | -10/+38 | |
* | ENTERPRISE things up. | 2020-02-14 | 1 | -1/+1 | |
* | add first bits of the I/O wrapper. | 2020-02-14 | 5 | -2/+147 | |
* | initial commit. | 2020-02-13 | 4 | -0/+118 |