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
unpack: conditionally use a file mapping to write files
Use a file mapping to write files up to 512KB. The limit where using
a file mapping stops being an advantage varies from machine to
machine. 512KB is a reasonable value to use here, close to the lower
bound, to avoid tar becoming slower in some machines.
PR-URL: #230
Credit: @joaocgreisClose: #230
Reviewed-by: @isaacs
0 commit comments