|
|
|
|
|
by zten
2394 days ago
|
|
Python libraries frequently aren't only in Python, and use native bindings. Node packages less so, but it still happens. Java might surprise you, too, especially on EMR. I've found math, compression, and machine learning libraries that reach out to native code using JNI. |
|
Native libraries are most often used to make boring things faster, use popular C libraries, and are already ported.
Unless your in-house library is using native bindings for custom code, it very likely will be a drop-in replacement.
ARM isn't so esoteric these days like it might have been 5-10 years ago.