nDPI/src
Vitaly Lavrov 35fc6a6de5
Speed and memory size optimisation (#1214)
Removed bigram_automata, impossible_bigram_automata, trigram_automata.
The ahocorasick structure is replaced with a bitmap.
The bitmap size for ndpi_en_bigram is 176 bytes.
The bitmap size for ndpi_en_trigram is 2201 bytes.
On the test machine, the test execution time was reduced from 27.3 seconds to 24.7 (9%).
2021-06-23 12:03:52 +02:00
..
include Speed and memory size optimisation (#1214) 2021-06-23 12:03:52 +02:00
lib Speed and memory size optimisation (#1214) 2021-06-23 12:03:52 +02:00