Example Priorities #445
Replies: 2 comments
-
Starting with Rust seems like the biggest bang for our buck unless there are a lot more users planning to integrate with the C API. |
Beta Was this translation helpful? Give feedback.
-
|
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Mapping out example priorities to get an idea of where we can make the biggest impact.
Rust vs. C Priority? Slightly more likely for customers to integrate with the C API.
Rust vs. C Implementation Difficulty?
Rust is easy to write examples for and integrates easily into CI.
C is more verbose, requires more memory management, and requires an external test infrastructure like
ctest
to run the test suite.Example Priorities:
Beta Was this translation helpful? Give feedback.
All reactions