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.
- Host: GitHub
- URL: https://github.com/adshan/dotnet-benchmark-list-memoryallocation
- Owner: AdsHan
- License: mit
- Created: 2022-04-29T10:55:15.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2023-07-06T16:34:50.000Z (almost 3 years ago)
- Last Synced: 2025-04-13T09:15:02.700Z (about 1 year ago)
- Topics: banchmarks, dotnet, memory-allocation, net6
- Language: C#
- Homepage:
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.