go-toml/parse2
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
..
grammar.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:30 +00:00
grammar_test.go Various small updates, related to speed improvements. 2019-07-18 00:23:14 +00:00
long.toml Optimization round completed (for now :-) All tests successful. 2019-07-11 12:43:27 +00:00
main Backup work to performance tuning. 2019-07-05 08:08:33 +00:00
normal.toml Some changes due to the performance improvements in parsekit. 2019-07-16 06:22:29 +00:00
performance_timings.txt 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
profile-qa.sh Various small updates, related to speed improvements. 2019-07-18 00:23:14 +00:00
profile-sushi.sh Changes for compatibliity with latest parsekit, and some speed improvements. 2019-07-26 22:56:24 +00:00
profile.sh Lowering the number of forks required. 2019-07-24 22:42:54 +00:00
short.toml Various small updates, related to speed improvements. 2019-07-18 00:23:14 +00:00
toml.abnf Cleaning up some logic around whitespace / newlines / comments. 2019-07-04 11:31:28 +00:00
y Backup insane idea. 2019-07-03 15:46:23 +00:00