top | item 29538105

(no title)

creamytaco | 4 years 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.

discuss

order

ajdlinux|4 years ago

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