March 30, 2018 Learn » Fast GC allocation of many small objects | |||
|---|---|---|---|
| |||
...database with tens of millions of small nodes containing typically around 8-64 bytes of... | |||
March 30, 2018 Announce » Re: D_vs_nim: git repo to compare features of D vs nim and help migrating code bw them. PRs welcome | |||
|---|---|---|---|
| |||
...I see is a graph database, with nodes sometimes being code, types, sometimes data, other... | |||
March 27, 2018 Announce » Re: Why think unit tests should be in their own source code hierarchy instead of side-by-side | |||
|---|---|---|---|
| |||
...unittests alone (but still present as AST nodes with no semantic run). Basically, module abc... | |||
March 27, 2018 Announce » Re: D_vs_nim: git repo to compare features of D vs nim and help migrating code bw them. PRs welcome | |||
|---|---|---|---|
| |||
...constructing AST nodes. I think this really comes down to taste. However AST nodes seem... | |||
February 28, 2018 Learn » Postblit constructor | |||
|---|---|---|---|
| |||
...Add, Remove, erase are implemented here ... } The nodes are only allocated over malloc(). So i... | |||
February 24, 2018 Learn » Re: Double link list | |||
|---|---|---|---|
| |||
...apparently to have `popBack` stop before reaching nodes that have already been `popFront`ed. I... | |||
February 24, 2018 Learn » Re: Double link list | |||
|---|---|---|---|
| |||
...and tail will point to the same nodes and you are setting the head.prev... | |||
February 21, 2018 General » Re: Dub, Cargo, Go, Gradle, Maven | |||
|---|---|---|---|
| |||
...On a higher level, though, specifying individual nodes may not always be desirable (e.g... | |||
February 16, 2018 General » Re: Dub, Cargo, Go, Gradle, Maven | |||
|---|---|---|---|
| |||
...changes* in the remote nodes, NOT the *total* number of nodes. Similarly, for deployment management... | |||
January 25, 2018 Learn » Re: Class instance memory overhead lower than 3 words? | |||
|---|---|---|---|
| |||
...C++) class Node
{
extern(D):
void foo(Node[] nodes) {}
}
Is a struct not an option? | |||
Copyright © 1999-2021 by the D Language Foundation