- Feb 23, 2016
-
-
Philippe Suter authored
Swift actions are now compiled at `init` time, then ran as a simple binary, rather than always be interpreted using `swift`. First invocation is only slighltly slower, all following are dramatically faster. Compile-time errors are reported as before. Note that if/when the container gets garbage-collected, the binary is not persisted so will be recompiled at following deployment.
-
- Feb 19, 2016
-
-
OpenWhisk authored
-