www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.bugs - [Issue 17002] New: Lazy std.base64

https://issues.dlang.org/show_bug.cgi?id=17002

          Issue ID: 17002
           Summary: Lazy std.base64
           Product: D
           Version: D2
          Hardware: x86_64
                OS: Linux
            Status: NEW
          Severity: enhancement
          Priority: P1
         Component: phobos
          Assignee: nobody puremagic.com
          Reporter: greeenify gmail.com

This has already been implemented in the wild:

https://code.dlang.org/packages/base-d

Unlike std.base64, this library aims to do encoding and decoding in a lazy
fashion. Of course, this means base-d will be slightly slower than the eager
std.base64, but will operate without having to allocate any memory.

--
Dec 22 2016