Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | move readfile implementation to cache. | 2021-02-25 | 1 | -2/+1 | |
| | | | | | | | | Reading and entire file in is only done for caching, uncached streams will never do that, so it makes sense to move it from stream function collection to cache functions, making it static along the way. Signed-off-by: Gediminas Jakutis <gediminas@varciai.lt> | ||||
* | in-memory array sorting: GET! | 2021-02-21 | 1 | -0/+21 | |
lists need a bit more work and after that, in-file should shortly follow. Signed-off-by: Gediminas Jakutis <gediminas@varciai.lt> |