Improved assembler
This commit is contained in:
parent
d5f752bdd4
commit
8e193c69b6
22 changed files with 329 additions and 139 deletions
|
@ -5,7 +5,7 @@ import (
|
|||
"unsafe"
|
||||
)
|
||||
|
||||
const blockSize = 8 << 10
|
||||
const blockSize = 4096
|
||||
|
||||
// Walk calls your callback function for every file name inside the directory.
|
||||
// It doesn't distinguish between files and directories.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue