Search

May 04, 2021
General »
...result;
	}
	void main() @nogc {
		// Look, ma! No allocations!
		int[3] arr = v(1,2,3...
May 04, 2021
General »
The operation necessitates an allocation and people here don't like hidden allocations.
May 01, 2021
General »
...now, the compiler is free to elide allocations for literals when it can, but that...
April 30, 2021
General »
...I think. Also solid support for fixed allocations and proving stack depth is wanted in...
April 28, 2021
General »
...users who don't do anything fancy and rely on the GC for all allocations.
April 14, 2021
Learn »
...some debugging printouts with regard to small allocations.

The code I've used to simulate...
April 13, 2021
Learn »
...GC it uses different algorithm for small allocations and for large objects
  * small (`<=2048`)
    * it...
April 12, 2021
Learn »
...a profile_gc file once the program exit, a table that lists all the allocations
April 11, 2021
Learn »
...There is probably a lot of small allocations (postgresql query, result processing and REST API...
April 10, 2021
Announce »
...field, and allowing applications to avoid GC allocations when querying directory entry names.

- [`ae.utils...
30 31 32 33 34 35 36 37 38 39 40 41
Next ›   Last »