go-toml/parse2
Maurice Makaay 22144487f0 String parser replaced with a low level parser for performance. 2019-08-01 13:25:21 +00:00
..
grammar.go Speed improvements 2019-07-29 23:51:03 +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 String parser replaced with a low level parser for performance. 2019-08-01 13:25:21 +00:00
profile-sushi.sh Speed improvements 2019-07-29 23:51:03 +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