|
|
|
|
|
by Voranto
81 days ago
|
|
Quick question:
Isn't the construction of a NFA - DFA a O(2^n) algorithm? If a JSON file has a couple hundred values, its equivalent NFA will have a similar amount, and the DFA will have 2^100 states, so I must be missing something. |
|
basically the double jump to find values in the heap is what slows down these tools most