You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
so the RegExp option is using 4 times the memory, while the scanner option is double to triple the speed. its possible other options are better as well, the above implementation is just what I came up with.
The text was updated successfully, but these errors were encountered:
I like this package because it has no third party imports:
m3u8/go.mod
Lines 1 to 3 in 5abb127
but I noticed today the parsing is based on regular expression:
m3u8/reader.go
Line 25 in 5abb127
using this file:
I get this result:
so the RegExp option is using 4 times the memory, while the scanner option is double to triple the speed. its possible other options are better as well, the above implementation is just what I came up with.
The text was updated successfully, but these errors were encountered: