signal_tag · 2_broadcasts
#memory-management
// 2 transmissions tagged with #memory-management

TX_482486· Engineering
Garbage Collection Handbook releases second edition in 2023
The Garbage Collection Handbook’s second edition, released in 2023, updates its coverage of automatic memory‑management techniques for performance‑critical systems.

TX_352101· Engineering
Unity devs: stop starving your frame rate
Unity games suffer from GC-induced frame drops despite Burst, DOTS, and modern C# memory APIs. Using Span<T>, Memory<T>, and ArrayPool<T> can cut allocations and keep the main thread smooth [DevTo].