Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | holes: don't use bytewise i/o | Leah Neukirchen | 2017-08-21 | 1 | -10/+27 |
| | | | | | | Use fread to reduce overhead of calling stdio. Then use memchr to find the initial thing we search for (to dismiss nonmatching blocks quickly), then loop manually while it matches. | ||||
* | Add -b to change which byte is tested | Leah Neukirchen | 2017-08-21 | 3 | -10/+39 |
| | |||||
* | check -n parameter, use strtoll to allow hex and octal | Leah Neukirchen | 2017-08-21 | 1 | -7/+15 |
| | |||||
* | initial commit of holes | Leah Neukirchen | 2017-08-21 | 4 | -0/+190 |