twinaphex 3e72c502a8 strlen optimizations :
- use STRLEN_CONST for constant strings, translates to sizeof
which should be computed at compile-time
- found some places where we are needlessly calling strlen two
times instead of just once
2019-04-27 04:21:10 +02:00
..
2019-04-26 21:58:40 +02:00
2019-04-24 03:33:32 +02:00
2019-04-27 04:21:10 +02:00
2019-04-08 23:13:39 +02:00
2019-04-14 07:08:35 +02:00
2017-12-12 00:24:18 -08:00
2018-03-25 19:16:39 +02:00
2019-04-05 09:16:29 +01:00
2019-04-05 09:16:29 +01:00
2019-02-22 19:13:36 -05:00
2018-10-01 03:42:54 +02:00
2019-04-03 14:52:20 +02:00