Skip to content
Snippets Groups Projects
Verified Commit 6d7a455c authored by Tomas Krizek's avatar Tomas Krizek
Browse files

pcap/count-packets-per-ip: optimize speed with strings

Avoid creating long unique strings which trigger GC and slow down the
loop. Shorter non-unique string are deduplicated, leading to less GC and
faster processing.
parent d694ae91
No related branches found
Tags v0.1.2
Loading
Checking pipeline status
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment