.hgtags

Tue, 04 Oct 2022 19:25:07 +0200

author
Mike Becker <universe@uap-core.de>
date
Tue, 04 Oct 2022 19:25:07 +0200
changeset 591
7df0bcaecffa
parent 389
92e482410453
child 747
1bd48834e490
permissions
-rw-r--r--

fix over-optimization of strstr

1. it's actually less performant to frequently read bytes
from an array instead of using the native word length
2. the SBO buffer should be local and not static to allow
multi-threading usage

     1 a6184aff5108ba849759030fc75df9f4178f6e86 v1.0
     2 9c1591b3c4a4b259de601d1da6cf06e7c445595d v1.0.1
     3 1f9237cfeb265dbb820e673fe5578fb02154766f v1.1
     4 9af21a50b51618563c7f352b493b7ac11545d9e8 scstr_t-final
     5 3b985a4eb05b445817d6a17ef516cd23dcaa27fd v2.0
     6 871a8ffe6c9d98192ae11b6eeabe68c729df2655 v2.1

mercurial