lipkau / PsIni

Work with INI files in PowerShell using hashtables
http://lipkau.github.io/PsIni
MIT License
151 stars 50 forks source link

30 seconds for processing 5MB ini file #54

Open jakaruna-MSFT opened 4 years ago

jakaruna-MSFT commented 4 years ago

I have an ini file with size of 5MB.

When i try to do Get-IniContent file path it takes around 30 seconds.

is that normal?

is there any way to speed that up?