Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/oleksiikraievyi/highload-sw-arch-hw-22
- Owner: oleksiikraievyi
- Created: 2022-01-29T17:57:44.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2022-01-29T19:31:34.000Z (almost 3 years ago)
- Last Synced: 2024-06-20T05:13:27.307Z (7 months ago)
- Language: F#
- Homepage:
- Size: 14.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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