Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
a1o
on Sept 1, 2024
|
parent
|
context
|
favorite
| on:
Honey, I shrunk {fmt}: bringing binary size to 14k...
> Considering that a C program with an empty main function is 6kB on this system, {fmt} now adds less than 10kB to the binary.
Interesting, I've never done this test!
JonChesterfield
on Sept 1, 2024
[–]
It varies widely with whether the C library is dynamically or statically linked and with how the application (and C library) were built. And on which C library it is. Also a little on whether you're using elf or some other container.
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search:
Interesting, I've never done this test!