Test/benchmark dataset for the stenos library
This repository contains several data files used to test and/or benchmark binary compression libraries like stenos or blosc.
All data file are in the dataset folder. Filenames start with the number of bytes per sample followed by an underscore. All files are in raw binary format, except the ones with the .txt suffix (ascii format).
Current content:
- 1_javascript.js: Plain javascript file (1 byte per element)
- 1_tree_r.txt: Red component of an image (1 byte per element)
- 2_DIV.txt: Infrared image (degree celsius) of the WEST tokamak (2 bytes per element)
- 2_LH1.txt: Infrared image (degree celsius) of the WEST tokamak (2 bytes per element)
- 2_WA.txt: Infrared image (degree celsius) of the WEST tokamak (2 bytes per element)
- 2_PI240_15s.wav: Raw audio file(2 bytes per element)
- 12_953134_float3.bin: Water/snow simulation (12 bytes per element)
- 16_1024_sq_float4.bin: Water/snow simulation (16 bytes per element)
- 16_2048_sq_float4.bin: Water/snow simulation (16 bytes per element)
- 16_232630_float4.bin: Water/snow simulation (16 bytes per element)
- 8_SHYBPTOT.txt: sensor data from the WEST tokamak (1d + time) (8 bytes per element)
- 8_UTOR.txt: sensor data from the WEST tokamak (1d + time) (8 bytes per element)