Age | Commit message (Expand) | Author |
2023-03-28 | containers: Rethink the caching libraries | Luke Shumaker |
2023-03-17 | btrfstree: Have ReadNode return a *Node rather than a *diskio.Ref[Addr, Node] | Luke Shumaker |
2023-03-17 | tree-wide: Turn on all revive linters (with exceptions) | Luke Shumaker |
2023-03-17 | tree-wide: Ensure that all packages have a doc comment | Luke Shumaker |
2023-02-12 | diskio: BufferedFile: Refactor to avoid closures and parallel reads | Luke Shumaker |
2023-02-12 | diskio: BufferedFile: Add a buffer pool to avoid allocations | Luke Shumaker |
2023-02-12 | tree-wide: Migrate to the new ARCache | Luke Shumaker |
2023-02-04 | rebuildmappings: Optimize the KMP search | Luke Shumaker |
2023-02-04 | Move KMP IndexAll from diskio to rebuildmappings | Luke Shumaker |
2023-01-01 | lint: Turn on paralleltest | Luke Shumaker |
2023-01-01 | lint: Turn on misspell | Luke Shumaker |
2023-01-01 | lint: Turn on errorlint | Luke Shumaker |
2022-07-17 | optimize? | Luke Shumaker |
2022-07-17 | implement wildcards in the KMP IndexAll | Luke Shumaker |
2022-07-16 | Re-jigger the KMP search to be more independent of the underlying data types | Luke Shumaker |
2022-07-14 | Buffer FS IO | Luke Shumaker |
2022-07-14 | diskio.FindAll: Have the return type be a type parameter | Luke Shumaker |
2022-07-14 | diskio.File: Add .Close() and don't have .Size() return an error | Luke Shumaker |
2022-07-13 | Fix package names/imports | Luke Shumaker |
2022-07-13 | Move files to different packages [ci-skip] | Luke Shumaker |
2022-07-13 | Move lib/kmp to lib/diskio | Luke Shumaker |