taoky / ayano

Follow nginx log, and find out bad guys!
MIT License
19 stars 2 forks source link

parser: Cleanup nginx-combined with splitFields() #22

Closed iBug closed 1 month ago

iBug commented 1 month ago

No real performance difference:

Old impl:

real    0m16.944s
user    0m26.349s
sys     0m1.946s

New impl:

real    0m17.477s
user    0m26.257s
sys     0m2.149s