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

Commit ba6fd8e

Browse files
authored
Merge pull request #13 from 1brc/jcbhmr-patch-1
Update index.md
2 parents 1f03efd + a461ca1 commit ba6fd8e

File tree

2 files changed

+9
-15
lines changed

2 files changed

+9
-15
lines changed

Diff for: β€Ž.vitepress/config.ts

+2-5
Original file line numberDiff line numberDiff line change
@@ -5,16 +5,13 @@ export default defineConfig({
55
// Surprised this isn't the default. πŸ€·β€β™‚οΈ
66
srcExclude: ["**/README.md", "**/CONTRIBUTING.md"],
77

8-
// https://vitejs.dev/config/
9-
vite: {},
10-
118
// https://vitepress.dev/guide/sitemap-generation
129
sitemap: {
1310
hostname: "https://1brc.dev",
1411
},
1512

16-
title: "1BRC",
17-
description: "1 Billion Row Challenge",
13+
title: "1 Billion Row Challenge",
14+
description: "Calculate the min, max, and average of 1 billion measurements",
1815

1916
head: [
2017
// https://github.com/vuejs/vitepress/issues/560

Diff for: β€Žindex.md

+7-10
Original file line numberDiff line numberDiff line change
@@ -4,27 +4,18 @@ layout: home
44
pageClass: my-index-page
55

66
hero:
7-
name: "1BRC"
8-
text: "1 Billion Row Challenge"
7+
name: "1 Billion Row Challenge"
98
tagline: Calculate the min, max, and average of <b>1 billion</b> measurements
109
image: /hero.png
1110
actions:
1211
- theme: brand
1312
text: Accept the challenge
1413
link: "#the-challenge"
15-
# - theme: brand
16-
# text: Choose a language πŸ‘‡
1714
- theme: alt
1815
text: Original blog post
1916
link: https://www.morling.dev/blog/one-billion-row-challenge/
2017

2118
features:
22-
- icon:
23-
src: /java.png
24-
title: 1BRC in Java
25-
details: The original 1BRC language! πŸŽ‰
26-
link: https://github.com/gunnarmorling/1brc#submitting
27-
linkText: Submit your solution!
2819
- icon:
2920
src: /c.png
3021
title: 1BRC in C/C++
@@ -67,6 +58,12 @@ features:
6758
details: ElePHPants are not as slow as one might think! 🐘
6859
link: https://github.com/realFlowControl/1brc
6960
linkText: Submit your solution!
61+
- icon:
62+
src: /java.png
63+
title: <s>1BRC in Java</s> <small><i>closed</i></small>
64+
details: <s>The original 1BRC language! πŸŽ‰</s>
65+
link: https://github.com/gunnarmorling/1brc#submitting
66+
linkText: View historical submissions
7067
---
7168

7269
<style>

0 commit comments

Comments
Β (0)