May 04, 2021 General » Re: Array literals are weird. | |||
|---|---|---|---|
| |||
...result;
}
void main() @nogc {
// Look, ma! No allocations!
int[3] arr = v(1,2,3... | |||
May 04, 2021 General » Re: Array literals are weird. | |||
|---|---|---|---|
| |||
The operation necessitates an allocation and people here don't like hidden allocations. | |||
May 01, 2021 General » Re: Array literals are weird. | |||
|---|---|---|---|
| |||
...now, the compiler is free to elide allocations for literals when it can, but that... | |||
April 30, 2021 General » Re: Modern C++ Won't Save Us | |||
|---|---|---|---|
| |||
...I think. Also solid support for fixed allocations and proving stack depth is wanted in... | |||
April 28, 2021 General » Re: Finalizers, Destructors, RAII, GC | |||
|---|---|---|---|
| |||
...users who don't do anything fancy and rely on the GC for all allocations. | |||
April 14, 2021 Learn » Re: GC memory fragmentation | |||
|---|---|---|---|
| |||
...some debugging printouts with regard to small allocations. The code I've used to simulate... | |||
April 13, 2021 Learn » Re: GC memory fragmentation | |||
|---|---|---|---|
| |||
...GC it uses different algorithm for small allocations and for large objects
* small (`<=2048`)
* it... | |||
April 12, 2021 Learn » Re: GC memory fragmentation | |||
|---|---|---|---|
| |||
...a profile_gc file once the program exit, a table that lists all the allocations | |||
April 11, 2021 Learn » GC memory fragmentation | |||
|---|---|---|---|
| |||
...There is probably a lot of small allocations (postgresql query, result processing and REST API... | |||
April 10, 2021 Announce » ae v0.0.3000 | |||
|---|---|---|---|
| |||
...field, and allowing applications to avoid GC allocations when querying directory entry names. - [`ae.utils... | |||
Copyright © 1999-2021 by the D Language Foundation