Phobos for Review: std.buffer.scopebuffer

Jacob Carlborg doob at me.com
Sun Feb 9 04:30:56 PST 2014


On 2014-02-07 09:24, Walter Bright wrote:
> https://github.com/D-Programming-Language/phobos/pull/1911
>
> This adds a package std.buffer, and the first entry in that package,
> std.buffer.scopebuffer.

Thinking out loud here:

* Could we put this in a more general package, like 
std.memory.buffer.scopebuffer. Then the upcoming std.allocator could be 
placed in std.memory.allocator

* Do we have any uses for this in druntime? Perhaps move core.memory to 
core.memory.gc and put this module in core.memory.buffer.scopebuffer.

-- 
/Jacob Carlborg


More information about the Digitalmars-d mailing list