Files
redis/src
DarrenJiang13 38ed6c6007 improve string2ll() to avoid extra conversion for long integer string. (#10408)
For an integer string like "123456789012345678901" which could cause
overflow-failure in string2ll() conversion, we could compare its length at
the beginning to avoid extra work.

* move LONG_STR_SIZE to be in declared in util.h, next to MAX_LONG_DOUBLE_CHARS
2022-03-14 08:22:57 +02:00
..
2022-03-09 13:55:17 +02:00
2020-04-24 17:11:21 -07:00
2022-03-09 13:58:23 +02:00
2021-12-19 17:52:23 +02:00
2022-02-28 10:59:16 +02:00
2020-10-27 15:04:18 +02:00
2022-01-06 13:39:38 +02:00
2022-03-09 13:58:23 +02:00
2022-03-09 13:58:23 +02:00
2020-05-05 23:35:08 -04:00
2022-01-06 17:59:37 +02:00
2019-11-19 17:23:47 +08:00
2022-03-09 13:55:17 +02:00
2022-01-02 16:54:47 -08:00
2014-08-08 10:05:32 +02:00
2022-03-09 13:58:23 +02:00
2019-10-02 11:30:20 +02:00
2022-03-09 13:58:23 +02:00
2021-07-10 10:04:54 -05:00
2014-07-02 16:31:22 +02:00
2020-07-21 08:13:05 +03:00
2022-03-09 13:58:23 +02:00