std.compress

Dicebot m.strashun at gmail.com
Tue Jun 4 01:03:10 PDT 2013


On Tuesday, 4 June 2013 at 08:00:03 UTC, Walter Bright wrote:
> On 6/3/2013 11:40 PM, Timothee Cour wrote:
>> D)
>> CircularBuffer belongs somewhere else; maybe std.range or 
>> std.container
>
> I have mixed feelings about that. If you'll notice, 
> std.compress doesn't have any imports! I wanted to make at 
> least one module that doesn't pull in 100% of everything in 
> Phobos (one of my pet peeves).

If that is an issue, it is an issue in DMD, not in module. 
Modules are supposed to use each other extensively, that is the 
very reason to have them!


More information about the Digitalmars-d mailing list