#!/usr/bin/python3 ##### # Copyright 2020 Joshua Bakita # # This program generates input data for the DIS benchmark suite on stdout # given a requested working set size. ##### from ctypes import sizeof, c_double, c_int, c_short from math import sqrt, floor import sys # For argv and stderr USAGE = """Usage: {}