/mergesort

Sequential and parallel mergesort in Go

Primary LanguageGoMIT LicenseMIT

Mergesort

This repo contains an unoptimized sequential and an optimized parallel implemention of mergesort in Go. Not for production use.

There are some posts that complement this repo:

The optimization steps are also distinct branches. master contains the most optimized implementation.