Hacker News new | ask | show | jobs
by creamytaco 1653 days ago
Relying on libraries written in C is not an issue if the library doesn't make assumptions about / isn't tied to, a particular architecture. Some do but most (especially newer codebases written to C11 and beyond) don't.
1 comments

There's also the issue of performance-optimised assembly routines, which impacts many native libraries doing things such as crypto, image processing, etc.