Nick Oppen

Results 7 comments of Nick Oppen

A limit on how hard grok.net tries to find a match. A limit on how long it takes or on how many times it backtracks. Here's an example: I'm writing...

Here's what I propose... Change **Grok.Parse(string)** to **Grok.Parse(string, int maxIterations = MaxInt, long timerTicks = OneDay)** _maxIterations_ would be the maximum number of iterations through the inner loop and _timerTicks_...

I've started putting together a test bed. I'll push it when it is ready.

Hi @Marusyk I got the [test bed](https://github.com/nickoppen/grokTestBed) running and ran the troublesome data through it. Tracing the code I realised that my initial thoughts how to do a time limit...

Hi Roman, Solution 3 did the trick and only in a couple of lines of code. I didn't get the pull/push thing right so here's what I've done. public GrokResult...

I've updated my grok test bed to make it more general. I'll do some more testing of the solution and let you know how it goes.

Hi. No problem. If you can think of a better way I'm always interested in learning about different solutions. I'm in no hurry either. My little mod has the characteristics...