Skip to content

Commit f874708

Browse files
authored
Add blog metadata (#1591)
* Add blog metadata * Upload blog author picture
1 parent 60638fe commit f874708

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

_gsocblogs/2024/blog_ATLCompression_IshanDarji.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
---
2+
project: HSF Atlas Experiment
3+
title: Lossless compression of raw data for the ATLAS experiment at CERN
4+
author: Ishan Darji
5+
photo: blog_authors/IshanDarji.jpg
6+
date: 24.9.2024
7+
year: 2024
8+
layout: blog_post
9+
logo:
10+
intro: Investigated lossless data compression for ATLAS experiment raw data to replace the currently used `zlib` compression. Investiagted alternatives such as `zstd`, `brotli`, `xz`, and `lzlib`. Compared tradeoffs between libraries in metrics such as compression speed and compression ratio, placing additional importance on compression ratio for this project because incremental saves add up at exabyte scale. Implemented example of compression and decompression of ATLAS event data that can read and write compressed data.|
11+
---
12+
113
# Lossless compression of raw data for the ATLAS experiment at CERN
214

315
### Abstract

images/blog_authors/IshanDarji.jpg

105 KB
Loading

0 commit comments

Comments
 (0)