Results 13 comments of Ilia1

Worth looking at [SharpNGDP](https://github.com/miceiken/SharpNGDP) Compiles on Linux via dotnet. But when trying to change the [platform from windows to osx](https://github.com/miceiken/SharpNGDP/blob/master/SharpNGDP/NGDPContext.cs#L21) it crashes with an exception System.NullReferenceException

Exception I [have corrected](https://github.com/Ilia1/SharpNGDP/blob/af0bcd6862d93b56235f54ea1b8ae9e5b651c188/SharpNGDP/Files/BLTEFile.cs#L48-L53) Would now reduce the cache size (now over 29Gb) and execution time (now over 40min)

I'm counting on the fact that in general, compiled programs are faster than scripting. But optimization is required anyway. I think that it would be possible to delete already unpacked...