Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | refactor && improve. | 2021-03-10 | 1 | -4/+4 | |
| | | | | | | Make code more reusable and generic while preparing to add uncached ops. Signed-off-by: Gediminas Jakutis <gediminas@varciai.lt> | ||||
* | 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> |