Speeding up importing Phobos files
H. S. Teoh
hsteoh at quickfur.ath.cx
Fri Jun 7 15:49:57 UTC 2019
On Fri, Jun 07, 2019 at 03:34:22PM +0000, Mike Franklin via Digitalmars-d wrote:
[...]
> What I'm proposing is that a library's organization can be one file
> per module while it is being developed, but once it is published for
> consumption by others all packages/modules are concatenated into one
> file so it's faster for users to import. Or you could even
> concatenate some packages/modules, but not others depending on how
> users typically interact with the library.
[...]
What *would* be really nice is if dmd could read .zip archives. Then all
you need to use a library is to download the .zip into your source tree
and run `dmd -i`.
T
--
I'm still trying to find a pun for "punishment"...
More information about the Digitalmars-d
mailing list