Implement core process using Rust #1083
AllanOricil
started this conversation in
Ideas
Replies: 1 comment 3 replies
-
I've never thought about it. For context :
For information :
|
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Have you considered implementing the core logic using Rust and then create native binaries for each platform and architecture?
Maybe a very simple implementation to test some scenarios to estimate performamce gains, memory footprint and cpu usage would me interesting to validate if this makes sense. Then multiply this estimate by the number of jobs that run in a period of time using sgd to estimate the total amount of memory, cpu and time saved.
You could still keep this plugin to ease distribution through sf cli. It would be used to parse arguments and call the native binary
Beta Was this translation helpful? Give feedback.
All reactions