From 5842d5365468f851939b3549a46a3234d7c2b75a Mon Sep 17 00:00:00 2001 From: Jacob Hummer Date: Tue, 9 Jan 2024 22:37:28 +0000 Subject: [PATCH] fix imaages --- index.md | 26 +++++++++++++++----------- {assets => public}/c.png | Bin {assets => public}/go.png | Bin {assets => public}/hero.png | Bin {assets => public}/java.png | Bin {assets => public}/javascript.png | Bin {assets => public}/logo.png | Bin {assets => public}/python.png | Bin {assets => public}/rust.png | Bin {assets => public}/zig.png | Bin 10 files changed, 15 insertions(+), 11 deletions(-) rename {assets => public}/c.png (100%) rename {assets => public}/go.png (100%) rename {assets => public}/hero.png (100%) rename {assets => public}/java.png (100%) rename {assets => public}/javascript.png (100%) rename {assets => public}/logo.png (100%) rename {assets => public}/python.png (100%) rename {assets => public}/rust.png (100%) rename {assets => public}/zig.png (100%) diff --git a/index.md b/index.md index 981960b..7bb796a 100644 --- a/index.md +++ b/index.md @@ -6,53 +6,56 @@ hero: name: "1BRC" text: "1 Billion Row Challenge" tagline: Calculate the min, max, and average of 1 billion measurements - image: ./assets/hero.png + image: /hero.png actions: - theme: brand - text: Choose a language 👇 + text: Accept the challenge + link: "#the-challenge" + # - theme: brand + # text: Choose a language 👇 - theme: alt text: Original blog post link: https://www.morling.dev/blog/one-billion-row-challenge/ features: - icon: - src: ./assets/java.png + src: /java.png title: 1BRC in Java details: The original 1BRC language! 🎉 link: https://github.com/gunnarmorling/1brc#submitting linkText: Submit your solution! - icon: - src: ./assets/c.png + src: /c.png title: 1BRC in C/C++ details: Try your hand at processing 12 GB of text using low-level C code! ⚡ link: https://github.com/dannyvankooten/1brc#submitting linkText: Submit your solution! - icon: - src: ./assets/python.png + src: /python.png title: 1BRC in Python details: Use the power of snakes to read 1 billion lines of text! 🐍 link: https://github.com/ifnesi/1brc#submitting linkText: Submit your solution! - icon: - src: ./assets/go.png + src: /go.png title: 1BRC in Go details: Go get started to see if you can average 1B measurements in Go! 🐹 link: https://github.com/AlexanderYastrebov/1brc#submitting linkText: Submit your solution! - icon: - src: ./assets/javascript.png + src: /javascript.png title: 1BRC in JavaScript details: Wrangle with the world's most popular programming language to process 1B rows! 💻 link: https://github.com/Edgar-P-yan/1brc-nodejs-bun#submitting linkText: Submit your solution! - icon: - src: ./assets/rust.png + src: /rust.png title: 1BRC in Rust details: Embrace your inner iron crab and read a ginormous file in Rust! 🦀 link: https://github.com/tumdum/1brc#submitting linkText: Submit your solution! - icon: - src: ./assets/zig.png + src: /zig.png title: 1BRC in Zig details: Use this new language to process 1B rows of text! 🧩 link: https://github.com/candrewlee14/1brc-zig#submitting @@ -64,8 +67,7 @@ import HomeContent from './.vitepress/components/HomeContent.vue' @@ -123,6 +125,8 @@ Palembang;38.8;39.9;41.0 Oh, and this `input.txt` is different for each submission since it's generated on-demand. So no hard-coding the results! 😉 +[Choose a language from the cards at the top of this page to get started! 🚀](#) + ## Rules and limits - No external library dependencies may be used. That means no lodash, no numpy, no Boost, no nothing. You're limited to the standard library of your language. diff --git a/assets/c.png b/public/c.png similarity index 100% rename from assets/c.png rename to public/c.png diff --git a/assets/go.png b/public/go.png similarity index 100% rename from assets/go.png rename to public/go.png diff --git a/assets/hero.png b/public/hero.png similarity index 100% rename from assets/hero.png rename to public/hero.png diff --git a/assets/java.png b/public/java.png similarity index 100% rename from assets/java.png rename to public/java.png diff --git a/assets/javascript.png b/public/javascript.png similarity index 100% rename from assets/javascript.png rename to public/javascript.png diff --git a/assets/logo.png b/public/logo.png similarity index 100% rename from assets/logo.png rename to public/logo.png diff --git a/assets/python.png b/public/python.png similarity index 100% rename from assets/python.png rename to public/python.png diff --git a/assets/rust.png b/public/rust.png similarity index 100% rename from assets/rust.png rename to public/rust.png diff --git a/assets/zig.png b/public/zig.png similarity index 100% rename from assets/zig.png rename to public/zig.png