Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/lazzaretti/parallelquicksort


https://github.com/lazzaretti/parallelquicksort

Last synced: 10 days ago
JSON representation

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
```