index
:
btrfs-progs-ng
lukeshu/node-cache
lukeshu/process-without-pv
master
Better btrfs userspace tools
Luke T. Shumaker
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
diskio
Age
Commit message (
Expand
)
Author
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