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
e0b1039abd
go-parsekit
/
parse
History
Maurice Makaay
e0b1039abd
Made a big jump in performance on big files with lots of comments, by reading in chunks till end of line, instead of byte-by-byte.
2019-07-28 23:50:58 +00:00
..
api.go
Made a big jump in performance on big files with lots of comments, by reading in chunks till end of line, instead of byte-by-byte.
2019-07-28 23:50:58 +00:00
assertions_test.go
Optimization round completed (for now :-) All tests successful.
2019-07-11 12:43:57 +00:00
callerinfo.go
Backup changes for performance fixes.
2019-07-05 15:07:07 +00:00
handler.go
Big overhaul on separating packages for code containment.
2019-06-12 14:30:46 +00:00
parse.go
Moving results to their own light weight tokenize.API.Result.
2019-07-28 22:35:33 +00:00
parse_test.go
Moving results to their own light weight tokenize.API.Result.
2019-07-28 22:35:33 +00:00