New to Shopify Functions, should I use rust or JS/TS? #518
Replies: 2 comments 2 replies
-
There are performance gains with using Rust, it's 2-4x faster (as measured by fewer instructions.) Highly recommend investing in Rust if you're planning on releasing a Public app, or expect it to operate on large amounts of data. |
Beta Was this translation helpful? Give feedback.
-
@FriedRiceNoodles I agreed with @davejcameron that there are lots of gains using Rust. However, My plan now is to get all my logic working with typescript and down the track hope to fine the time and better docs to migrate to Rust. |
Beta Was this translation helpful? Give feedback.
-
I have experience with JS/TS development, will there be some performance or other gains if I use RUST? How big is the gain if any?
Beta Was this translation helpful? Give feedback.
All reactions