Skip to content

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.

Notifications You must be signed in to change notification settings

jadrales/Parallelized-Merge-Sort

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cs441

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.

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

No packages published