Commit Graph

21 Commits

Author SHA1 Message Date
Maurice Makaay 22144487f0 String parser replaced with a low level parser for performance. 2019-08-01 13:25:21 +00:00
Maurice Makaay 5ff6f20ab7 Speed improvements 2019-07-29 23:51:03 +00:00
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
Maurice Makaay dea3eb987b Changes for compatibliity with latest parsekit, and some speed improvements. 2019-07-26 22:56:24 +00:00
Maurice Makaay bf7b693cb8 Lowering the number of forks required. 2019-07-24 22:42:54 +00:00
Maurice Makaay 5ccb16f38f Backup work. 2019-07-22 23:27:59 +00:00
Maurice Makaay 5815a93a01 Small compatibility fix. 2019-07-20 17:41:59 +00:00
Maurice Makaay c396e52632 A few new bits and bobs for performance testing. 2019-07-19 21:12:06 +00:00
Maurice Makaay 96a72c4c48 Various small updates, related to speed improvements. 2019-07-18 00:23:14 +00:00
Maurice Makaay c37404875d Some changes due to the performance improvements in parsekit. 2019-07-16 06:22:29 +00:00
Maurice Makaay 2fb6a5fd34 Further performance optimization and code cleanup. 2019-07-12 21:32:32 +00:00
Maurice Makaay b8d99972bb Made it easier to do some profiling on the code. 2019-07-12 12:33:53 +00:00
Maurice Makaay a9964163c1 Squishing out more performance. 2019-07-12 00:20:52 +00:00
Maurice Makaay 83be756015 Cleaning up the grammar-based TOML-parser now the core is stable again. 2019-07-11 14:50:42 +00:00
Maurice Makaay be5f3b6f55 Optimization round completed (for now :-) All tests successful. 2019-07-11 12:43:27 +00:00
Maurice Makaay 30a0d80d84 Backup work on performance improvements. 2019-07-08 14:30:39 +00:00
Maurice Makaay 1d65cfdd7b Backup changes for performance fixes. 2019-07-08 00:12:00 +00:00
Maurice Makaay 68dbf2d78e Backup changes for performance fixes. 2019-07-05 15:06:57 +00:00
Maurice Makaay c97a21b146 Backup work to performance tuning. 2019-07-05 08:08:33 +00:00
Maurice Makaay af5d35ecee Cleaning up some logic around whitespace / newlines / comments. 2019-07-04 11:31:28 +00:00
Maurice Makaay 019dd35d83 Backup insane idea. 2019-07-03 15:46:23 +00:00