Reading ASCII file with some codes above 127 (exten ascii)

Era Scarecrow via Digitalmars-d-learn digitalmars-d-learn at puremagic.com
Sun May 15 21:51:35 PDT 2016


On Thursday, 24 May 2012 at 19:47:06 UTC, era scarecrow wrote:
> On Wednesday, 23 May 2012 at 21:02:27 UTC, Paul wrote:
>> I wonder about the speed between this method and Era's 
>> home-spun solution?
>  Who knows? Perhaps it will be added to phobos once the table 
> is verified.

  Well after taking to heart about a gc-less solution and doing a 
inputRange I re-wrote the entire thing. Of course to make it even 
faster/simpler a full lookup table conversion is used instead. 
Further reduction has made a very tiny simple filter.

  Curiously relooking at it there's actually very few codes that 
are there that really require special attention. If there's still 
any interest in this I can release it.


More information about the Digitalmars-d-learn mailing list