Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/oleksiikraievyi/highload-sw-arch-hw-22

HW 22 for highload software architecture courses. https://prjctr.com/course/highload-software-architecture?gclid=EAIaIQobChMI7OOMjvf78wIVRjcYCh1axwtgEAAYASAAEgKm2_D_BwE
https://github.com/oleksiikraievyi/highload-sw-arch-hw-22

Last synced: 11 days ago
JSON representation

HW 22 for highload software architecture courses. https://prjctr.com/course/highload-software-architecture?gclid=EAIaIQobChMI7OOMjvf78wIVRjcYCh1axwtgEAAYASAAEgKm2_D_BwE

Awesome Lists containing this project

README

        

# highload-sw-arch-hw-22

## 1. Run profiler on benchmark
```
dotnet run --project ./Projctr.BinarySearchTree/Projctr.BinarySearchTree.fsproj --configuration Release
```

## 2. Observe results in console or in /BenchmarkDotNet.Artifacts/results
![alt text](./images/image.png)

+ Memory usage - allocated memory, O(n) is observed
+ Runtime complexity - mean, log(n) is observed