A Clojure app to sort a given large list of numbers using a parallelized merge sort algorithm. The point of this exercise was to become acquainted with Clojure and gain experience with a functional language.
-
Notifications
You must be signed in to change notification settings - Fork 0
A parallelized merge sort program written in Clojure. The merge sort algorithm is designed to run on 2, 4, 8, 16, and 32 threads and is an exercise in implementing parallelism using a functional language.
jadrales/Parallelized-Merge-Sort
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
About
A parallelized merge sort program written in Clojure. The merge sort algorithm is designed to run on 2, 4, 8, 16, and 32 threads and is an exercise in implementing parallelism using a functional language.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published