├── .gitignore ├── COPYING ├── Makefile ├── alice29.txt.xz ├── asyoulik.txt.xz ├── benchmark.c ├── cp.html.xz ├── dickens.xz ├── enwik8.xz ├── fields.c.xz ├── fireworks.jpeg.xz ├── geo.protodata.xz ├── grammar.lsp.xz ├── kennedy.xls.xz ├── lcet10.txt.xz ├── mozilla.xz ├── mr.xz ├── nci.xz ├── ooffice.xz ├── osdb.xz ├── paper-100k.pdf.xz ├── plrabn12.txt.xz ├── ptt5.xz ├── reymont.xz ├── samba.xz ├── sao.xz ├── sum.xz ├── timer.c ├── timer.h ├── urls.10K.xz ├── webster.xz ├── x-ray.xz ├── xargs.1.xz └── xml.xz /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixdb/squash-benchmark/HEAD/.gitignore -------------------------------------------------------------------------------- /COPYING: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixdb/squash-benchmark/HEAD/COPYING -------------------------------------------------------------------------------- /Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixdb/squash-benchmark/HEAD/Makefile -------------------------------------------------------------------------------- /alice29.txt.xz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixdb/squash-benchmark/HEAD/alice29.txt.xz -------------------------------------------------------------------------------- /asyoulik.txt.xz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixdb/squash-benchmark/HEAD/asyoulik.txt.xz -------------------------------------------------------------------------------- /benchmark.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixdb/squash-benchmark/HEAD/benchmark.c -------------------------------------------------------------------------------- /cp.html.xz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixdb/squash-benchmark/HEAD/cp.html.xz -------------------------------------------------------------------------------- /dickens.xz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixdb/squash-benchmark/HEAD/dickens.xz -------------------------------------------------------------------------------- /enwik8.xz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixdb/squash-benchmark/HEAD/enwik8.xz -------------------------------------------------------------------------------- /fields.c.xz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixdb/squash-benchmark/HEAD/fields.c.xz -------------------------------------------------------------------------------- /fireworks.jpeg.xz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixdb/squash-benchmark/HEAD/fireworks.jpeg.xz -------------------------------------------------------------------------------- /geo.protodata.xz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixdb/squash-benchmark/HEAD/geo.protodata.xz -------------------------------------------------------------------------------- /grammar.lsp.xz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixdb/squash-benchmark/HEAD/grammar.lsp.xz -------------------------------------------------------------------------------- /kennedy.xls.xz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixdb/squash-benchmark/HEAD/kennedy.xls.xz -------------------------------------------------------------------------------- /lcet10.txt.xz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixdb/squash-benchmark/HEAD/lcet10.txt.xz -------------------------------------------------------------------------------- /mozilla.xz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixdb/squash-benchmark/HEAD/mozilla.xz -------------------------------------------------------------------------------- /mr.xz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixdb/squash-benchmark/HEAD/mr.xz -------------------------------------------------------------------------------- /nci.xz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixdb/squash-benchmark/HEAD/nci.xz -------------------------------------------------------------------------------- /ooffice.xz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixdb/squash-benchmark/HEAD/ooffice.xz -------------------------------------------------------------------------------- /osdb.xz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixdb/squash-benchmark/HEAD/osdb.xz -------------------------------------------------------------------------------- /paper-100k.pdf.xz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixdb/squash-benchmark/HEAD/paper-100k.pdf.xz -------------------------------------------------------------------------------- /plrabn12.txt.xz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixdb/squash-benchmark/HEAD/plrabn12.txt.xz -------------------------------------------------------------------------------- /ptt5.xz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixdb/squash-benchmark/HEAD/ptt5.xz -------------------------------------------------------------------------------- /reymont.xz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixdb/squash-benchmark/HEAD/reymont.xz -------------------------------------------------------------------------------- /samba.xz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixdb/squash-benchmark/HEAD/samba.xz -------------------------------------------------------------------------------- /sao.xz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixdb/squash-benchmark/HEAD/sao.xz -------------------------------------------------------------------------------- /sum.xz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixdb/squash-benchmark/HEAD/sum.xz -------------------------------------------------------------------------------- /timer.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixdb/squash-benchmark/HEAD/timer.c -------------------------------------------------------------------------------- /timer.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixdb/squash-benchmark/HEAD/timer.h -------------------------------------------------------------------------------- /urls.10K.xz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixdb/squash-benchmark/HEAD/urls.10K.xz -------------------------------------------------------------------------------- /webster.xz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixdb/squash-benchmark/HEAD/webster.xz -------------------------------------------------------------------------------- /x-ray.xz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixdb/squash-benchmark/HEAD/x-ray.xz -------------------------------------------------------------------------------- /xargs.1.xz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixdb/squash-benchmark/HEAD/xargs.1.xz -------------------------------------------------------------------------------- /xml.xz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixdb/squash-benchmark/HEAD/xml.xz --------------------------------------------------------------------------------