Skip to content

Commit 2030bee

Browse files
Brad Loomisclaude
authored andcommitted
Update landing page with 811x benchmark and remote extraction stats
- Headline: "Extract 1 file from a 5GB archive in 7 milliseconds" - Updated stat cards: 811x speedup, 3% remote download, 3 HTTP requests - Updated meta description for SEO Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 5dc256f commit 2030bee

1 file changed

Lines changed: 14 additions & 12 deletions

File tree

docs/index.html

Lines changed: 14 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<meta charset="UTF-8">
55
<meta name="viewport" content="width=device-width, initial-scale=1.0">
66
<title>ARCX - Fast Compressed Archives with Selective Access</title>
7-
<meta name="description" content="ARCX is a compressed archive format with indexed, block-level access. Retrieve any file from a 10,000-file archive in 7 milliseconds.">
7+
<meta name="description" content="ARCX is a compressed archive format with indexed, block-level access. Extract 1 file from a 5GB archive in 7ms. 811x faster than tar.gz. Works with S3 and HTTPS.">
88
<style>
99
*, *::before, *::after {
1010
box-sizing: border-box;
@@ -535,8 +535,8 @@
535535
<!-- HERO -->
536536
<section class="hero">
537537
<div class="container">
538-
<h1>Retrieve a file from a 10,000-file archive in 7&nbsp;milliseconds.</h1>
539-
<p class="subline">Fast to create. Fast to query. No full archive decompression required.</p>
538+
<h1>Extract 1 file from a 5&nbsp;GB archive in 7&nbsp;milliseconds.</h1>
539+
<p class="subline">811x faster than tar.gz. Works with S3, HTTPS, and local files.</p>
540540
<div class="hero-ctas">
541541
<a href="https://github.com/getarcx/arcx" class="btn-primary">View on GitHub</a>
542542
<code class="code-cta">cargo install arcx</code>
@@ -574,22 +574,24 @@ <h3>ZIP</h3>
574574
<h2 class="section-title">Key Numbers</h2>
575575
<div class="stats-grid">
576576
<div class="stat-card">
577-
<div class="stat-number mono">7ms</div>
578-
<div class="stat-label">Selective file retrieval from a completed archive</div>
577+
<div class="stat-number mono">811x</div>
578+
<div class="stat-label">Faster than tar.gz on 5 GB archive</div>
579+
<div class="stat-sublabel">7 ms vs 5,675 ms</div>
579580
</div>
580581
<div class="stat-card">
581-
<div class="stat-number mono">200x</div>
582-
<div class="stat-label">Less data read from disk vs TAR+ZSTD</div>
583-
</div>
584-
<div class="stat-card">
585-
<div class="stat-number mono">~3%</div>
586-
<div class="stat-label">Compression overhead vs TAR+ZSTD</div>
582+
<div class="stat-number mono">3%</div>
583+
<div class="stat-label">Of remote archive downloaded</div>
584+
<div class="stat-sublabel">455 KB of 15 MB over HTTPS</div>
587585
</div>
588586
<div class="stat-card">
589587
<div class="stat-number mono">3</div>
590-
<div class="stat-label">I/O requests for remote selective access</div>
588+
<div class="stat-label">HTTP requests for remote file extraction</div>
591589
<div class="stat-sublabel">footer + manifest + one block</div>
592590
</div>
591+
<div class="stat-card">
592+
<div class="stat-number mono">200x</div>
593+
<div class="stat-label">Less data read from disk vs TAR+ZSTD</div>
594+
</div>
593595
</div>
594596
</div>
595597
</section>

0 commit comments

Comments
 (0)