Is there any way to make the resource encryption decompress any faster?
The encryption is also compressing the resources, is there a way to disable this?
I'm not sure what is the expected speed here, but i have a small amount of resources in a WPF app, mostly small images, the total size of dll is about 6.5MB and it takes almost 5 second to run the app, so quite slow.
In fact im not even sure its the decompression or decryption, as if i recall compression is using LZMA so it should be fast at decompression.
Does anyone have similar result or have a workaround to at least make it a little faster to start?
Is there any way to make the resource encryption decompress any faster? The encryption is also compressing the resources, is there a way to disable this?
I'm not sure what is the expected speed here, but i have a small amount of resources in a WPF app, mostly small images, the total size of dll is about 6.5MB and it takes almost 5 second to run the app, so quite slow.
In fact im not even sure its the decompression or decryption, as if i recall compression is using LZMA so it should be fast at decompression.
Does anyone have similar result or have a workaround to at least make it a little faster to start?