November 04, 2016 General » Re: https://issues.dlang.org/show_bug.cgi?id=2504: reserve for associative arrays | |||
|---|---|---|---|
| |||
...t use a free-list when removing nodes. AA used to actually free the memory... | |||
November 03, 2016 General » Re: https://issues.dlang.org/show_bug.cgi?id=2504: reserve for associative arrays | |||
|---|---|---|---|
| |||
...so no rehashing occurs during additions of nodes), and then move towards a templated solution... | |||
November 01, 2016 General » https://issues.dlang.org/show_bug.cgi?id=2504: reserve for associative arrays | |||
|---|---|---|---|
| |||
...allocator approach, which preallocates a bunch of nodes in a single contiguous block of memory... | |||
October 31, 2016 Announce » Box2D Lite D Port (Yet Another) | |||
|---|---|---|---|
| |||
...too ;-). it is using malloced pool of nodes internally, so it should be suitable for... | |||
October 20, 2016 General » Re: Binding rvalues to const ref in D | |||
|---|---|---|---|
| |||
...you have a scene with thousands of nodes, all the extra copying will be a... | |||
September 28, 2016 General » Overloading relational operators separately; thoughts? | |||
|---|---|---|---|
| |||
...language, by returning values behave like AST nodes rather than actually performing a comparison. ie... | |||
September 16, 2016 General » How templates might be improved | |||
|---|---|---|---|
| |||
...as well. This can touch many AST nodes. So many in fact that the cache... | |||
September 13, 2016 General » GC of const/immutable reference graphs | |||
|---|---|---|---|
| |||
...and an const/immutable node n, all nodes reachable via n (let's call them... | |||
August 30, 2016 General » DIP1000 | |||
|---|---|---|---|
| |||
...graphs containing integers and pointers to other nodes. On this language we need to define... | |||
August 22, 2016 Learn » Re: Creating an array of user-defined structs | |||
|---|---|---|---|
| |||
...hood, all requiring the allocation of special nodes to associate meta data with each item... | |||
Copyright © 1999-2021 by the D Language Foundation