Large binary size using std.regex

ketmar via Digitalmars-d-learn digitalmars-d-learn at puremagic.com
Sat Aug 23 20:14:23 PDT 2014


On Sat, 23 Aug 2014 23:40:12 +0000
Bayan Rafeh via Digitalmars-d-learn <digitalmars-d-learn at puremagic.com>
wrote:

> Renders a 1.6 megabyte binary. Is that normal?
yes. this binary includes statically linked runtime and phobos, plus
alot of template expansions. alas, template magic is not free.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 181 bytes
Desc: not available
URL: <http://lists.puremagic.com/pipermail/digitalmars-d-learn/attachments/20140824/ee174c2c/attachment.sig>


More information about the Digitalmars-d-learn mailing list