Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lazzaretti/parallelquicksort
https://github.com/lazzaretti/parallelquicksort
Last synced: 10 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/lazzaretti/parallelquicksort
- Owner: Lazzaretti
- Created: 2018-04-13T11:11:47.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-04-13T13:55:16.000Z (over 6 years ago)
- Last Synced: 2024-10-28T12:35:33.842Z (about 2 months ago)
- Language: C#
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Paralell Quicksort Test
1. `dotnet build`
2. `dotnet run`##Result
### Intel i5 6th Generation, 2 Cores, 4 logical processors### Intel i7 6th Generation, 2 Cores, 4 logical processors
```
Sequential : Elapsed=14534
Parallel : Elapsed=11960
P. Separate Method: Elapsed=6353
Sequential : Elapsed=14620
Parallel : Elapsed=11954
P. Separate Method: Elapsed=6647
Sequential : Elapsed=14529
Parallel : Elapsed=11870
P. Separate Method: Elapsed=6389
Sequential : Elapsed=14512
Parallel : Elapsed=11787
P. Separate Method: Elapsed=6590
Sequential : Elapsed=16203
Parallel : Elapsed=11738
P. Separate Method: Elapsed=6674
```