December 7, 2024
b2389a6

Initialize avoid uninitialized variable warning

John Hawthorn authored on 07/12/2024 06:16:45
August 9, 2020
4baf608

Check for too long haystack

John Hawthorn authored on 09/08/2020 02:42:58
December 28, 2019
f7a6210

Avoid VLA in tty_interface

John Hawthorn authored on 28/12/2019 03:39:50
e1a48d0

Remove strlen in precompute_bonus

John Hawthorn authored on 28/12/2019 03:09:11
9dfb287

Use malloc in match_positions to avoid VLA

John Hawthorn authored on 28/12/2019 02:43:46
b76efa7

Remove DEBUG_VERBOSE

John 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_postitions

John Hawthorn authored on 28/12/2019 02:35:49
ab1fd85

Extract row matching into own method

John Hawthorn authored on 28/12/2019 02:16:48
e975f0b

Move some temporary storage into match_struct

John 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 if

John Hawthorn authored on 28/12/2019 01:49:38
8402394

Work with row pointers

John Hawthorn authored on 28/12/2019 01:47:32
eb4cbd4

Avoid VLA for match_bonus

John 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