Mpdreamz / shellprogressbar

ShellProgressBar - display progress in your console application
MIT License
1.43k stars 134 forks source link

Zero String Allocations? #105

Open gregyjames opened 1 year ago

gregyjames commented 1 year ago

Have you thought about using a library like ZString to help reduce the number of string allocations and improve performance? I can look into this, if that something you would be open to considering. But amazing work, love this project!