wownero/contrib/epee
moneromooo-monero 76a61ab006
epee: speedup word/number matching
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
2019-01-18 12:31:11 +03:00
..
demo removing some unsed epee files 2017-01-20 01:05:14 +00:00
include epee: speedup word/number matching 2019-01-18 12:31:11 +03:00
src epee: better network buffer data structure 2019-01-17 00:00:38 +03:00
tests Remove -Werror 2019-01-08 21:36:10 +03:00
CMakeLists.txt Update 2019 copyright 2019-01-16 00:31:13 +03:00
LICENSE.txt year updated in license 2015-01-02 18:52:46 +02:00
README.md year updated in license 2015-01-02 18:52:46 +02:00

epee - is a small library of helpers, wrappers, tools and and so on, used to make my life easier.