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: [email protected]
Reporter: [email protected]
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.
--