Join Nostr
2023-08-31 03:52:37 UTC
in reply to

Per Vognsen on Nostr: npub1y0emt…smm9n The 18 MB is referring to the generated Rust code, not the size in ...

The 18 MB is referring to the generated Rust code, not the size in the static data segments when compiled/linked. I agree that's a large blow-up but you do see a significant blow-up when trying to convert from a raw byte array to an equivalent C static initializer using hex literals or whatever.