weltkante / managed-lzma

C# implementation of LZMA and 7zip
MIT License
140 stars 22 forks source link

Consider using `ref return` feature #22

Open weltkante opened 7 years ago

weltkante commented 7 years ago

The c# language now supports ref return as a language feature. I want to examine if this feature can be used to simplify code or improve performance.