This repository has been archived on 2024-05-05. You can view files and clone it, but cannot push or open issues or pull requests.
work-stealing-scheduler/includes/quicksort.h
2024-04-20 15:41:41 +02:00

9 lines
132 B
C

#pragma once
#include "sched.h"
#include <assert.h>
#include <stdio.h>
#include <stdlib.h>
int benchmark(int argc, char **argv);