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
io.github.oxlade39.storrent.persistence.FilePersistence uses a Set of offsets to keep track of the current sequential bytes. When offsets overlap they are equivalent to the total offset from min start to max end. Compacting the Set of offsets would save memory space and improve performance of completion checks which iterate the Set.
The text was updated successfully, but these errors were encountered:
io.github.oxlade39.storrent.persistence.FilePersistence
uses a Set of offsets to keep track of the current sequential bytes. When offsets overlap they are equivalent to the total offset from min start to max end. Compacting the Set of offsets would save memory space and improve performance of completion checks which iterate the Set.The text was updated successfully, but these errors were encountered: