This website requires JavaScript.
Explore
Help
Sign In
OpenSourceProjects
/
go-toml
Watch
1
Star
0
Fork
You've already forked go-toml
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
74274e04fb
go-toml
/
cmd
/
burntsushi-tester
History
Maurice Makaay
74274e04fb
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:30 +00:00
..
Makefile
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:30 +00:00
main.go
Restructured the BurntSushi testing code, to not let it be a part of the TOML AST.
2019-07-28 14:51:14 +00:00
testfile.toml
A few new bits and bobs for performance testing.
2019-07-19 21:12:06 +00:00
testfile2.toml
Backup work.
2019-07-22 23:27:59 +00:00