index
:
misc.git
master
Miscellaneous code that is useful to have around.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
epgtrim
/
epgtrim.go
Age
Commit message (
Collapse
)
Author
2025-12-16
Optimize memory usage of epgtrim/epgpruner
Dmitry Ilvokhin
Do not read entire file into the memory. Instead filter junk on the fly while reading the file.