Registriert seit: 4. Jun 2010
15.665 Beiträge
|
Allocation-Free Collections
25. Jan 2019, 16:20
Say you have a method that creates a temporary list to gather some data. You calculate some statistics based on that data and then you destroy the list again. You call this method a lot, resulting in lots of memory allocations and deallocations and increased memory fragmentation. In addition, all this memory management takes time… <a href="https://blog.grijjy.com/2019/01/25/allocation-free-collections/" class="more-link">Continue reading <span class="screen-reader-text">Allocation-Free Collections
|