b76efa7
Remove DEBUG_VERBOSEJohn Hawthorn authored on 28/12/2019 02:42:25 |
|
2d4251b
Reduce memory and avoid VLA in match()John Hawthorn authored on 28/12/2019 02:39:01 |
|
d2e0be2
Split match and match_postitionsJohn Hawthorn authored on 28/12/2019 02:35:49 |
|
ab1fd85
Extract row matching into own methodJohn Hawthorn authored on 28/12/2019 02:16:48 |
|
e975f0b
Move some temporary storage into match_structJohn Hawthorn authored on 28/12/2019 02:08:40 |
|
77d3a20
Break early if strlen(neddle) > strlen(haystack)John Hawthorn authored on 28/12/2019 01:54:34 |
|
2afbce9
Combine early-return if as else ifJohn Hawthorn authored on 28/12/2019 01:49:38 |
|
8402394
Work with row pointersJohn Hawthorn authored on 28/12/2019 01:47:32 |
|
eb4cbd4
Avoid VLA for match_bonusJohn Hawthorn authored on 28/12/2019 01:38:22 |
|
8ebc480
Avoid VLA for lower_{needle,haystack}John Hawthorn authored on 28/12/2019 01:33:57 |
f770d7d
Update test.ymlJohn Hawthorn authored on 07/10/2019 00:42:26 |
06533ff
Add build status badgeJohn Hawthorn authored on 22/08/2019 03:09:39 • GitHub committed on 22/08/2019 03:09:39 |
b56354b
Add CI job to build under Alpine Linux (#122)John Hawthorn authored on 18/08/2019 05:16:27 • GitHub committed on 18/08/2019 05:16:27 |
b7ff1a6
Merge pull request #121 from jhawthorn/read-nullJohn Hawthorn authored on 16/08/2019 08:17:40 • GitHub committed on 16/08/2019 08:17:40 |
|
79e4808
Simplify input_delimiter handlingJohn Hawthorn authored on 16/08/2019 08:09:29 |