aboutsummaryrefslogtreecommitdiff
path: root/contrib/epee/include/storages/parserse_base_utils.h (follow)
AgeCommit message (Collapse)AuthorFilesLines
2019-01-16epee: speedup word/number matchingmoneromooo-monero1-14/+58
Number matching semantics are slightly changed: since this is used as a filter to check whether a number is signed and/or floating point, we can speed this up further. strto* functions are called afterwards and will error out where necessary. We now also accept numbers like .4 which were not accepted before. The strto* calls on a boost::string_ref will not access unallocated memory since the parsers always stop at the first bad character, and the original string is zero terminated. in arbitrary time measurement units for some arbitrary test case: match_number2: 235 -> 70 match_word2: 330 -> 108
2018-12-08epee: speed up string matching a bitmoneromooo-monero1-2/+6
2018-10-24epee: some minor speedup in parsingmoneromooo-monero1-2/+4
2018-08-19epee: some speedup in parsingmoneromooo-monero1-1/+8
2015-01-02year updated in licenseRiccardo Spagni1-1/+1
2014-07-25move modified epee code to new classes, revert licensefluffypony1-25/+23
2014-07-23License updated to BSD 3-clausefluffypony1-23/+25
2014-03-03moved all stuff to githubAntonio Juarez1-0/+260