You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It is obvious that a statically linked application is easy to deploy on the cloud and edge computing environment. It eliminates the complication of maintaining the DDL and simplifies the application loading and reduces the application starting latency. So Arrow is based on the statically linked application.
However, it brings a problem that in some widely used explain languages like Node.js and Python, the plugin mechanism to extend the functionalities is used.
So we should find a way to implement the plugin support on the statically linked application.
It is obvious that a statically linked application is easy to deploy on the cloud and edge computing environment. It eliminates the complication of maintaining the DDL and simplifies the application loading and reduces the application starting latency. So Arrow is based on the statically linked application.
However, it brings a problem that in some widely used explain languages like Node.js and Python, the plugin mechanism to extend the functionalities is used.
So we should find a way to implement the plugin support on the statically linked application.
Resources:
[1] plugin: Utility of Go plug-ins diminished by vendored dependencies #20481
The text was updated successfully, but these errors were encountered: