mattwelke commented on issue #34: URL: https://github.com/apache/openwhisk-runtime-dotnet/issues/34#issuecomment-818920814
> This should speed up cold times: > kamyker@f9a7397#diff-6bc49d26f451cad6d8312deca5a0eadeL89-L96 > > Instead of writing zip and deleting it, we simply extract it from memory. Probably there's a way to do it directly from stream. @kamyker That's a clever approach to speed it up. Do you think that contributed most to the cold start times? Btw I'll pick this up if you aren't working on it anymore. I'm using the Node.js runtime on ICF right now and I want to switch to a compiled language runtime for better DX. I like C#, but the cold start times are all 2+ seconds for me on ICF with the 2.2 runtime right now. Plus, 2.2 is EOL. D: This would be a fun way to improve my performance in prod and learn more about OpenWhisk at the same time. Mind if I ask you questions about what you've done so far if I have any? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected]
