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
Currently when you use parseTar it puts all the file contents into memory. Which is handy if you want to output it. But if you don't need. You just need a filelisting, it becomes a bit heavy handed. I made a fork (not yet published) that can give just a listing. Here are the benchmarks.
Describe the feature
Currently when you use parseTar it puts all the file contents into memory. Which is handy if you want to output it. But if you don't need. You just need a filelisting, it becomes a bit heavy handed. I made a fork (not yet published) that can give just a listing. Here are the benchmarks.
Additional information
The text was updated successfully, but these errors were encountered: