Reading bzipped files
    monty via Digitalmars-d-learn 
    digitalmars-d-learn at puremagic.com
       
    Tue May  5 00:11:35 PDT 2015
    
    
  
On Tuesday, 5 May 2015 at 06:50:12 UTC, Per Nordlöw wrote:
> On Tuesday, 5 May 2015 at 06:48:36 UTC, Per Nordlöw wrote:
>> Could anyone please point out if this is possible to fix 
>> somehow? Is the solution to avoid the GC and do buffer reuse 
>> somehow?
>
> I *really* need this for reading Gigabytes of DBpedia data...
my approach would be to more or less port the ByLineFast approach.
i just haven't had any time to do this yet.
maybe this could work too though:
https://github.com/biod/BioD/tree/master/bio/core/bgzf
also check out:
https://github.com/agordon/fileslurp
https://github.com/biod/BioD/blob/master/bio/core/utils/bylinefast.d
    
    
More information about the Digitalmars-d-learn
mailing list