Skip to content

Repo to explain how split files in the fastest way

Notifications You must be signed in to change notification settings

senorezi/FileSplitter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

Breakdown on why using native PowerShell mechanisms is slower than utilizing .NET components.

Examples on splitting a 500,000 line file into 100 lines chunks. Slow.ps1 - Split complete in 716.1957653 seconds Fast.ps1 - Split complete in 2.7198562 seconds

About

Repo to explain how split files in the fastest way

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published