February 19, 2014 General » Re: One more question - an untapped audience. | |||
|---|---|---|---|
| |||
...AST and source ranges in the result nodes, etc.) But anyways, those are secondary points... | |||
February 12, 2014 General » Re: Non-pipeline component programming | |||
|---|---|---|---|
| |||
...graph rather than a linear sequence of nodes, but it's also true that a... | |||
February 11, 2014 General » Re: DDMD as showcase? | |||
|---|---|---|---|
| |||
...because there tend to be relatively few nodes to check and fragmentation is much lower... | |||
February 06, 2014 Learn » Re: std.parallelism: How to wait all tasks finished? | |||
|---|---|---|---|
| |||
...tree with synchronization handled by the sub-nodes. As far as I am aware std... | |||
February 05, 2014 General » Re: Idea #1 on integrating RC with GC | |||
|---|---|---|---|
| |||
...Have local GC by collecting roots of nodes that are known to create cycles. I... | |||
February 04, 2014 General » Re: Smart pointers instead of GC? | |||
|---|---|---|---|
| |||
...g. keeping a list of all active Nodes and have your own function for scanning... | |||
January 20, 2014 General » Re: Aurora Graphics Library Initial Design Discussion | |||
|---|---|---|---|
| |||
...if you provide caching hints on the nodes, but the underlying engine should match up... | |||
January 18, 2014 Learn » Re: Array of pointers | |||
|---|---|---|---|
| |||
Arjan Fetahu: Nodes are reference types in D, so probably you don't need to... | |||
January 18, 2014 Learn » Re: Array of pointers | |||
|---|---|---|---|
| |||
I wanted to heap allocate Nodes which connect to each other via pointers. Since each... | |||
January 16, 2014 Learn » Re: Array of pointers | |||
|---|---|---|---|
| |||
You mean:
----
struct Node {
Node[] nodes;
}
----
or
----
struct Node {
Node*[] nodes;
}
----
? Works both.
What's... | |||
Copyright © 1999-2021 by the D Language Foundation