[Issue 17002] New: Lazy std.base64

via Digitalmars-d-bugs digitalmars-d-bugs at puremagic.com
Thu Dec 22 08:18:27 PST 2016


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 at puremagic.com
          Reporter: greeenify at 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.

--


More information about the Digitalmars-d-bugs mailing list