Skip to content
This repository was archived by the owner on Feb 3, 2025. It is now read-only.

Commit 5842d53

Browse files
authored
fix imaages
1 parent 2dab651 commit 5842d53

File tree

10 files changed

+15
-11
lines changed

10 files changed

+15
-11
lines changed

β€Žindex.md

+15-11
Original file line numberDiff line numberDiff line change
@@ -6,53 +6,56 @@ hero:
66
name: "1BRC"
77
text: "1 Billion Row Challenge"
88
tagline: Calculate the min, max, and average of <b>1 billion</b> measurements
9-
image: ./assets/hero.png
9+
image: /hero.png
1010
actions:
1111
- theme: brand
12-
text: Choose a language πŸ‘‡
12+
text: Accept the challenge
13+
link: "#the-challenge"
14+
# - theme: brand
15+
# text: Choose a language πŸ‘‡
1316
- theme: alt
1417
text: Original blog post
1518
link: https://www.morling.dev/blog/one-billion-row-challenge/
1619

1720
features:
1821
- icon:
19-
src: ./assets/java.png
22+
src: /java.png
2023
title: 1BRC in Java
2124
details: The original 1BRC language! πŸŽ‰
2225
link: https://github.com/gunnarmorling/1brc#submitting
2326
linkText: Submit your solution!
2427
- icon:
25-
src: ./assets/c.png
28+
src: /c.png
2629
title: 1BRC in C/C++
2730
details: Try your hand at processing 12 GB of text using low-level C code! ⚑
2831
link: https://github.com/dannyvankooten/1brc#submitting
2932
linkText: Submit your solution!
3033
- icon:
31-
src: ./assets/python.png
34+
src: /python.png
3235
title: 1BRC in Python
3336
details: Use the power of snakes to read 1 billion lines of text! 🐍
3437
link: https://github.com/ifnesi/1brc#submitting
3538
linkText: Submit your solution!
3639
- icon:
37-
src: ./assets/go.png
40+
src: /go.png
3841
title: 1BRC in Go
3942
details: Go get started to see if you can average 1B measurements in Go! 🐹
4043
link: https://github.com/AlexanderYastrebov/1brc#submitting
4144
linkText: Submit your solution!
4245
- icon:
43-
src: ./assets/javascript.png
46+
src: /javascript.png
4447
title: 1BRC in JavaScript
4548
details: Wrangle with the world's most popular programming language to process 1B rows! πŸ’»
4649
link: https://github.com/Edgar-P-yan/1brc-nodejs-bun#submitting
4750
linkText: Submit your solution!
4851
- icon:
49-
src: ./assets/rust.png
52+
src: /rust.png
5053
title: 1BRC in Rust
5154
details: Embrace your inner iron crab and read a ginormous file in Rust! πŸ¦€
5255
link: https://github.com/tumdum/1brc#submitting
5356
linkText: Submit your solution!
5457
- icon:
55-
src: ./assets/zig.png
58+
src: /zig.png
5659
title: 1BRC in Zig
5760
details: Use this new language to process 1B rows of text! 🧩
5861
link: https://github.com/candrewlee14/1brc-zig#submitting
@@ -64,8 +67,7 @@ import HomeContent from './.vitepress/components/HomeContent.vue'
6467
</script>
6568

6669
<style>
67-
/* First action button has no action! Remove its button-like style. */
68-
.VPHomeHero .actions .action:first-of-type .VPButton {
70+
.VPHomeHero .actions .action .VPButton:not(:link) {
6971
background-color: transparent;
7072
}
7173
</style>
@@ -123,6 +125,8 @@ Palembang;38.8;39.9;41.0
123125

124126
Oh, and this `input.txt` is different for each submission since it's generated on-demand. So no hard-coding the results! πŸ˜‰
125127

128+
[Choose a language from the cards at the top of this page to get started! πŸš€](#)
129+
126130
## Rules and limits
127131

128132
- 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.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
Β (0)