Skip to content

Instantly share code, notes, and snippets.

View sdressler's full-sized avatar

Sebastian Dressler sdressler

View GitHub Profile
@sdressler
sdressler / psort.c
Created April 23, 2013 08:05 — forked from Alexis-D/psort.c
#include <stdlib.h>
#include <string.h>
#define INITIAL_SHIFT (((sizeof (long long)) - 1) * 010)
#define NTHREADS 64
#define SWITCH_TO_INSERTION 16
#define SWITCH_TO_QSORT 8192
#define DO_NOT_RADIX 2626144
/*