Rendered at 13:07:13 GMT+0000 (Coordinated Universal Time) with Cloudflare Workers.
internet_points 4 days ago [-]
> This gets the binary down to 64M for me (a further -23%).
while on my system, /usr/bin/pandoc takes 199M; not bad.
ashwinnair99 1 days ago [-]
Haskell binary size has been a running joke for years. Good to see actual progress. The runtime was always the real culprit more than the code itself.
whateveracct 21 hours ago [-]
With haskell-flake, it's pretty easy to get statically-linked executables. I've got them down to like 20MB with a single Nix stanza.
https://community.flake.parts/haskell-flake/size I actually am not sure if haskell-flake is even needed here? I just learned about this from its docs, but justStaticExecutables looks like an upstream nixpkgs function.
while on my system, /usr/bin/pandoc takes 199M; not bad.
https://community.flake.parts/haskell-flake/size I actually am not sure if haskell-flake is even needed here? I just learned about this from its docs, but justStaticExecutables looks like an upstream nixpkgs function.