GithubHelp home page GithubHelp logo

rust-project-j's Introduction

Funpar Project

Work done by : Suppachoke Areechitsakul 6281553 | jay-aree/JayAree999 (2 accounts) Sumet Saelow 6280154 | Unknobn

How the project works:

We implemented various sorting algorithms and race it between each other and see who runs the fastest. List of sortings algorithms used : Bubble Sort, Radix Sort, Sample Sort and , Quick Sort. These sorts will be implemented in parallel and see how these improve the performance.

Our findings:

Sorting Algorithm 10000 N 100000 N 1000000 N
seq_quicksort 11 ms 144 ms 1780 ms
par_quicksort 14 ms 138 ms 1697 ms
par_samplesort_with_handmade_qs 23 ms 166 ms 1670 ms
par_sample_sort 22 ms 157 ms 1605 ms
sample_sort_with_handmade_qs 12 ms 129 ms 8347 ms
sample_sort 10 ms 110 ms 7055 ms
par_radix_sort 31 ms 149 ms 1709 ms
radix_sort_from_crate 16 ms 139 ms 1513 ms
bubble_sort 2861 ms x x
par_bubble_sort 2035 ms x x

*bubble sort and par bubble sort can't survive 100 000 or more array unit (I believe in you now when you say unorthodox)

rust-project-j's People

Contributors

jew1212 avatar jayaree999 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.