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-01-29 10:34:58 +01:00
2019-01-29 10:34:58 +01:00
2018-09-17 10:07:15 +02:00
2017-01-22 13:40:32 +01:00
2018-04-11 06:11:04 +02:00
2019-02-22 19:13:36 -05:00
2018-04-23 11:30:38 +02:00
2019-04-27 04:21:10 +02:00