wownero/contrib
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
..
codefresh Added Codefresh.yml pipeline 2018-08-08 20:11:04 +03:00
depends Remove visibility settings from boost.mk 2019-01-17 00:18:09 +03:00
epee epee: speedup word/number matching 2019-01-18 12:31:11 +03:00
fuzz_testing fuzz_tests: add a bulletproof fuzz test 2018-09-11 13:38:21 +00:00
gitian Add glibc back compat code 2019-01-08 21:36:10 +03:00
rlwrap contrib: add sync_info to rlwrap command set 2017-08-22 11:40:41 +01:00
snap update snap and add pkgbuild 2018-12-28 02:16:53 +03:00
valgrind easylogging++: faster access to logging 2018-11-27 13:55:21 +00:00
CMakeLists.txt Update 2019 copyright 2019-01-16 00:31:13 +03:00