Created
February 14, 2022 17:28
-
-
Save adikrishnan/f18ab29e861d711f146504718bf87800 to your computer and use it in GitHub Desktop.
Revisions
-
adikrishnan created this gist
Feb 14, 2022 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,4 @@ Parser Type,File Size / Data Size, Number of Lines, Time Taken, Memory Consumed pygrok based Parser, 50kb / 2.5kb, 302, 1.43s, 40.3MiB Custom Parser [O(mxn)], 50 kb / 2.5kb, 302, 0.14s, 40.5MiB Improvements, -, -, ~920% [Time reduction], ~-0.49% [Space increase] This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,4 @@ Parser Type,File Size / Data Size, Number of Lines, Time Taken pygrok based Parser, 1MB / 54.5kb, 6193, 27.15s Custom Parser [O(mxn)], 1MB / 54.5kb, 6193, 1.72s Improvements, -, -, ~1478% [Time reduction]