wownero/contrib/epee/include/storages
moneromooo-monero 21777daf6e
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-16 19:59:40 +00:00
..
crypted_storage.h
gzipped_inmemstorage.h
http_abstract_invoke.h
levin_abstract_invoke2.h
parserse_base_utils.h
portable_storage.h
portable_storage_base.h
portable_storage_from_bin.h
portable_storage_from_json.h
portable_storage_template_helper.h
portable_storage_to_bin.h
portable_storage_to_json.h
portable_storage_val_converters.h