Skip to content

Instantly share code, notes, and snippets.

@milesfertel
milesfertel / README.md
Last active August 16, 2017 09:51
Google Summer of Code: A Better Mergesort for FreeBSD

Mergesort

Mergesort is a set of improvements to FreeBSD's standard C library mergesort function.

Features

  • a pointer width agnostic implementation of Wikisort
  • an expanded set of tests
  • a C benchmarking program with Python driver script

Changes