Files
toml11/toml
ToruNiina 4db486d76d perf: check integer prefix before trying to parse
all the parsers generate error messages and error message generation is
not a lightweight task. It concatenates a lot of strings, it formats
many values, etc. To avoid useless error-message generation, first check
which prefix is used and then parse special integers. Additionally, by
checking that, the quality of the error message can be improved (later).
2019-04-16 21:37:12 +09:00
..
2019-03-17 21:16:37 +09:00
2019-03-16 14:27:05 +09:00
2019-03-16 14:27:05 +09:00
2018-12-13 20:44:10 +09:00