in reply to Re: Growing strings in search
in thread Growing strings in search
Sounds like you are describing "flex" or "lex". That makes this problem simple, just run a "flex" process against each individual string doing incremental reads -> problem solved :)
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Growing strings in search
by roboticus (Chancellor) on Apr 15, 2020 at 23:03 UTC | |
|
Re^3: Growing strings in search
by AnomalousMonk (Archbishop) on Apr 16, 2020 at 03:00 UTC |