go-toml/parse
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
..
testfiles Further performance optimization and code cleanup. 2019-07-12 21:32:32 +00:00
document.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
document_test.go Various small updates, related to speed improvements. 2019-07-18 00:23:14 +00:00
helpers_test.go Composition over inheritance, why didn't I do that in the first place I wonder. 2019-06-28 08:34:35 +00:00
keyvaluepair.go Changes for compatibliity with latest parsekit, and some speed improvements. 2019-07-26 22:56:24 +00:00
keyvaluepair_test.go Added support for the BurntSushi TOML tests. 2019-06-27 13:58:13 +00:00
parse.go Changes for compatibliity with latest parsekit, and some speed improvements. 2019-07-26 22:56:24 +00:00
parse_test.go Added support for the BurntSushi TOML tests. 2019-06-27 13:58:13 +00:00
testfiles_test.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
value.go Moved all parser code into subpackage 'parse'. 2019-06-26 21:51:42 +00:00
value_array.go Changes for compatibliity with latest parsekit, and some speed improvements. 2019-07-26 22:56:24 +00:00
value_array_test.go Backup changes for performance fixes. 2019-07-05 15:06:57 +00:00
value_boolean.go Changes for compatibliity with latest parsekit, and some speed improvements. 2019-07-26 22:56:24 +00:00
value_boolean_test.go Moved all parser code into subpackage 'parse'. 2019-06-26 21:51:42 +00:00
value_datetime.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
value_datetime_test.go Optimization round completed (for now :-) All tests successful. 2019-07-11 12:43:27 +00:00
value_number.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
value_number_test.go Cleaning up some logic around whitespace / newlines / comments. 2019-07-04 11:31:28 +00:00
value_string.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
value_string_test.go Integrated multiple file-based test suites (BurntSushi, iarna and my own) into the unit tests. BurntSushi's tests are also still supported using the test interface implementation from cmd/burntsushi-tester. 2019-06-29 15:45:52 +00:00
value_table.go Changes for compatibliity with latest parsekit, and some speed improvements. 2019-07-26 22:56:24 +00:00
value_table_test.go Moved all parser code into subpackage 'parse'. 2019-06-26 21:51:42 +00:00
value_test.go Moved all parser code into subpackage 'parse'. 2019-06-26 21:51:42 +00:00