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
0a4e44b8f8
go-parsekit
/
read
History
Maurice Makaay
0a4e44b8f8
Allow for bufio Readers that deliver data in chunks (like our unit test Reader)
2019-07-17 23:03:00 +00:00
..
assertions_test.go
Backup changes for performance fixes.
2019-07-05 15:07:07 +00:00
read.go
Allow for bufio Readers that deliver data in chunks (like our unit test Reader)
2019-07-17 23:03:00 +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