This website requires JavaScript.
Explore
Help
Sign In
OpenSourceProjects
/
go-parsekit
Watch
1
Star
0
Fork
You've already forked go-parsekit
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
6d3eacdcae
go-parsekit
/
read
History
Maurice Makaay
6d3eacdcae
Allocate read buffer in 1024 byte chunks, and read the data in chunks as well. This is more efficient than reading byte by byte.
2019-07-17 22:12:37 +00:00
..
assertions_test.go
Backup changes for performance fixes.
2019-07-05 15:07:07 +00:00
read.go
Allocate read buffer in 1024 byte chunks, and read the data in chunks as well. This is more efficient than reading byte by byte.
2019-07-17 22:12:37 +00:00
read_test.go
Allocate read buffer in 1024 byte chunks, and read the data in chunks as well. This is more efficient than reading byte by byte.
2019-07-17 22:12:37 +00:00