summaryrefslogtreecommitdiffstats
path: root/src/util.c
Commit message (Collapse)AuthorAgeFilesLines
* cleanup and optimizations.algos-ld1-1.0Gravatar Gediminas Jakutis 2021-03-151-0/+17
| | | | | | | | | · 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/+17
| | | | Signed-off-by: Gediminas Jakutis <gediminas@varciai.lt>
* complete core featureset with linked list files.Gravatar Gediminas Jakutis 2021-03-131-1/+8
| | | | Signed-off-by: Gediminas Jakutis <gediminas@varciai.lt>
* refactor && improve.Gravatar Gediminas Jakutis 2021-03-101-0/+65
Make code more reusable and generic while preparing to add uncached ops. Signed-off-by: Gediminas Jakutis <gediminas@varciai.lt>