Re: 250 times faster swift actions with the Go server...

2018-02-22 Thread Carlos Santana
Michele By the way for a swift runtimes images including swift4 you can use the current repo runtime for Swift here https://github.com/apache/incubator-openwhisk-runtime-swift — Carlos On Thu, Feb 22, 2018 at 5:03 PM Carlos Santana wrote: > Great progress > On Thu, Feb

Re: 250 times faster swift actions with the Go server...

2018-02-22 Thread Carlos Santana
Great progress On Thu, Feb 22, 2018 at 10:05 AM Rodric Rabbah wrote: > This is great. The use of python as the proxy was a historical > convenience. Your changes are shaping up nicely; thanks for pushing it > forward. > > -r > > > On Feb 22, 2018, at 6:08 AM, Michele Sciabarra

250 times faster swift actions with the Go server...

2018-02-22 Thread Michele Sciabarra
After spending a session of learning way more swift I ever wanted to know, I hacked an horrible sample of Swift code implementing the Hello World as a read-stdin-write-std-out loop. The code in all his ugliness I do not dare to post is here: