Re: v0.2.1 of EMSI's containers library

2015-09-12 Thread Nordlöw
On Tuesday, 1 September 2015 at 04:03:48 UTC, Brian Schott wrote: Please report bugs on Github here: https://github.com/economicmodeling/containers/issues Move semantics anyone? https://github.com/economicmodeling/containers/issues/25

Re: v0.2.1 of EMSI's containers library

2015-09-01 Thread Brian Schott via Digitalmars-d-announce
On Tuesday, 1 September 2015 at 13:51:45 UTC, jmh530 wrote: The link to documentation doesn't seem to have anything on it. The package name on the left is expandable.

Re: v0.2.1 of EMSI's containers library

2015-09-01 Thread via Digitalmars-d-announce
On Tuesday, 1 September 2015 at 04:03:48 UTC, Brian Schott wrote: https://github.com/economicmodeling/containers Could the test (plot) be extended to show insertion performance for different allocators :)

Re: v0.2.1 of EMSI's containers library

2015-09-01 Thread via Digitalmars-d-announce
On Tuesday, 1 September 2015 at 04:03:48 UTC, Brian Schott wrote: https://github.com/economicmodeling/containers This containers library is built on top of Andrei's std.experimental.allocator. It's currently used by libraries internal to EMSI, as well as the open-source DCD project. Great!

Re: v0.2.1 of EMSI's containers library

2015-09-01 Thread jmh530 via Digitalmars-d-announce
On Tuesday, 1 September 2015 at 04:03:48 UTC, Brian Schott wrote: https://github.com/economicmodeling/containers The link to documentation doesn't seem to have anything on it.

v0.2.1 of EMSI's containers library

2015-08-31 Thread Brian Schott via Digitalmars-d-announce
https://github.com/economicmodeling/containers This containers library is built on top of Andrei's std.experimental.allocator. It's currently used by libraries internal to EMSI, as well as the open-source DCD project. The containers are backed by malloc (Mallocator) by default, but you can

Re: v0.2.1 of EMSI's containers library

2015-08-31 Thread welkam via Digitalmars-d-announce
thanks for sharing