An open API service indexing awesome lists of open source software.

https://github.com/adshan/dotnet-benchmark-list-memoryallocation

Allocated memory and collections performed by Garbage Collector when using List/Array with dynamic and fixed allocation.
https://github.com/adshan/dotnet-benchmark-list-memoryallocation

banchmarks dotnet memory-allocation net6

Last synced: 2 months ago
JSON representation

Allocated memory and collections performed by Garbage Collector when using List/Array with dynamic and fixed allocation.

Awesome Lists containing this project

README

          

# core-benchmark-list-memoryallocation
Benchmark demonstrando a diferença ao se trabalhar com alocação dinâmica e fixa de List/Array, no que diz respeito a memória alocada e coletas de memória realizadas pelo Garbage Collector.

# Como executar:
- Clonar / baixar o repositório em seu workplace.
- Baixar o .Net Core SDK e o Visual Studio / Code mais recentes.

# Sobre
Este projeto foi desenvolvido por Anderson Hansen.