From 5afd24037c4a10b73b10cf28588302570102ec5d Mon Sep 17 00:00:00 2001 From: Patrick Vogler Date: Tue, 5 Mar 2024 15:04:56 +0100 Subject: [PATCH] Update README.md --- README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index a503e12..f265fdb 100644 --- a/README.md +++ b/README.md @@ -2,10 +2,12 @@

Data Compression of numerical data sets with the BigWhoop library

This repository contains all the resources needed to participate in the hands-on sessions of the lecture `Data Compression of numerical data sets with the BigWhoop library`. The repository is organized as follows. -- 0-docs: Lecture slides -- 1-bwc: Source code of the BigWhoop compression library -- 2-data: Test data sets +| Syntax | Description | +| ----------- | ----------- | +| 0-docs | Lecture Slides | +| 1-bwc | Source Code | +| 2-data | Test Data |

Building BigWhoop