September 15, 2022 Learn » Does the GC prioritize same-class when looking for things to free? | |||
|---|---|---|---|
| |||
...win64)
```d
class Foo {
string s;
static size_t count, alloced, dealloced;
this() {
"+Foo".writeln... | |||
September 15, 2022 Announce » Re: Introducing alid | |||
|---|---|---|---|
| |||
...general principal, we don't want to include...compilation speed and binary size: 'import std;' compiles... | |||
September 13, 2022 Learn » Re: need help to translate C into D | |||
|---|---|---|---|
| |||
...can use a 0-size static array:
```D
struct mystruct {
uint32_t mask_limit; // Limit... | |||
September 13, 2022 Announce » Re: Introducing alid | |||
|---|---|---|---|
| |||
...it didn't get along well with cycle(). For example: ```d immutable size_t pageSize... | |||
September 11, 2022 General » Performance optimization for minElement and maxElement | |||
|---|---|---|---|
| |||
...function instead of minElement; I return 0 immediately on a range of size_t elements. | |||
September 09, 2022 General » Re: 'goto', as an indicator of good language | |||
|---|---|---|---|
| |||
...main()
{
outer: for (size_t i = 0; i < 4; i++) {
for (size_t j = 0... | |||
September 08, 2022 General » version as an expression? | |||
|---|---|---|---|
| |||
...version(Windows)
alias socket_t = size_t;
else
alias socket_t = int;
```
I'd prefer... | |||
September 08, 2022 General » Re: How to stop DMD from exploding the executable file size? | |||
|---|---|---|---|
| |||
...code 2) the result won't be optimized, neither size nor speed, as well as... | |||
September 08, 2022 Announce » Re: Walter's Edited DConf Talk Video -- Feedback Request | |||
|---|---|---|---|
| |||
...needed, I just can't do it now...my problem was the size when in split... | |||
September 08, 2022 Announce » Re: Walter's Edited DConf Talk Video -- Feedback Request | |||
|---|---|---|---|
| |||
...from full size, and larger than it was in the livestream. I don't have... | |||
Copyright © 1999-2021 by the D Language Foundation