rvprasad / parallel-sorter-scala

Parallel/Distributed implementations of external sorting in Scala/Akka

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Scala implementations of parallel/distributed external sorters capable of sorting data that does not all fit into memory (RAM) of a single node.

  • Single-node-multi-core implementation utilizes multiple cores on a single node. An evaluation of this implementation on desktop and Raspberry Pi 3B can be found here.

Attribution

Copyright (c) 2019, Venkatesh-Prasad Ranganath

Licensed under BSD 3-clause "New" or "Revised" License (https://choosealicense.com/licenses/bsd-3-clause/)

Authors: Venkatesh-Prasad Ranganath

About

Parallel/Distributed implementations of external sorting in Scala/Akka


Languages

Language:Scala 73.4%Language:Gnuplot 18.9%Language:Shell 7.7%