summaryrefslogtreecommitdiffstats
path: root/src/util.h
Commit message (Collapse)AuthorAgeFilesLines
* cleanup and optimizations.algos-ld1-1.0Gravatar Gediminas Jakutis 2021-03-151-0/+1
| | | | | | | | | · No longer rewinding a stream being split, just to skip half through it again, which was not only stupid, but inneficient. · No longer using "index" anywhere when working with lists, lest we get accused of not actually doing lists. Signed-off-by: Gediminas Jakutis <gediminas@varciai.lt>
* we can now print out stuff... things.Gravatar Gediminas Jakutis 2021-03-141-0/+1
| | | | Signed-off-by: Gediminas Jakutis <gediminas@varciai.lt>
* revert higher-than-64-bits support.Gravatar Gediminas Jakutis 2021-03-141-38/+0
| | | | | | Too much hassle to actually pretty-print that crap out. Signed-off-by: Gediminas Jakutis <gediminas@varciai.lt>
* refactor && improve.Gravatar Gediminas Jakutis 2021-03-101-0/+5
| | | | | | Make code more reusable and generic while preparing to add uncached ops. Signed-off-by: Gediminas Jakutis <gediminas@varciai.lt>
* now up to 256 bit!Gravatar Gediminas Jakutis 2021-03-031-0/+46
Signed-off-by: Gediminas Jakutis <gediminas@varciai.lt>