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
UnrarKit currently returns info about all files in an archive as a NSArray. It is terribly inefficient in case if the archive contains lot of files.
There should be a way to iterate files lazily using an iterator.