summaryrefslogtreecommitdiff
path: root/lib/diskio
AgeCommit message (Expand)Author
2023-12-31file_blockbuf.go: Have Flush() return an errorLuke T. Shumaker
2023-12-31file_blockbuf.go: Add doc commentsLuke T. Shumaker
2023-12-31file_blockbuf.go: Ensure the cache is flushed before closingLuke T. Shumaker
2023-03-28containers: Rethink the caching librariesLuke Shumaker
2023-03-17btrfstree: Have ReadNode return a *Node rather than a *diskio.Ref[Addr, Node]Luke Shumaker
2023-03-17tree-wide: Turn on all revive linters (with exceptions)Luke Shumaker
2023-03-17tree-wide: Ensure that all packages have a doc commentLuke Shumaker
2023-02-12diskio: BufferedFile: Refactor to avoid closures and parallel readsLuke Shumaker
2023-02-12diskio: BufferedFile: Add a buffer pool to avoid allocationsLuke Shumaker
2023-02-12tree-wide: Migrate to the new ARCacheLuke Shumaker
2023-02-04rebuildmappings: Optimize the KMP searchLuke Shumaker
2023-02-04Move KMP IndexAll from diskio to rebuildmappingsLuke Shumaker
2023-01-01lint: Turn on paralleltestLuke Shumaker
2023-01-01lint: Turn on misspellLuke Shumaker
2023-01-01lint: Turn on errorlintLuke Shumaker
2022-07-17optimize?Luke Shumaker
2022-07-17implement wildcards in the KMP IndexAllLuke Shumaker
2022-07-16Re-jigger the KMP search to be more independent of the underlying data typesLuke Shumaker
2022-07-14Buffer FS IOLuke Shumaker
2022-07-14diskio.FindAll: Have the return type be a type parameterLuke Shumaker
2022-07-14diskio.File: Add .Close() and don't have .Size() return an errorLuke Shumaker
2022-07-13Fix package names/importsLuke Shumaker
2022-07-13Move files to different packages [ci-skip]Luke Shumaker
2022-07-13Move lib/kmp to lib/diskioLuke Shumaker