Skip to content

Commit

Permalink
fix imaages
Browse files Browse the repository at this point in the history
  • Loading branch information
jcbhmr authored Jan 9, 2024
1 parent 2dab651 commit 5842d53
Show file tree
Hide file tree
Showing 10 changed files with 15 additions and 11 deletions.
26 changes: 15 additions & 11 deletions index.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,53 +6,56 @@ hero:
name: "1BRC"
text: "1 Billion Row Challenge"
tagline: Calculate the min, max, and average of <b>1 billion</b> 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
Expand All @@ -64,8 +67,7 @@ import HomeContent from './.vitepress/components/HomeContent.vue'
</script>

<style>
/* First action button has no action! Remove its button-like style. */
.VPHomeHero .actions .action:first-of-type .VPButton {
.VPHomeHero .actions .action .VPButton:not(:link) {
background-color: transparent;
}
</style>
Expand Down Expand Up @@ -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.
Expand Down
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 comments on commit 5842d53

Please sign in to comment.