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

Commit 80513f0

Browse files
Merge branch 'main' into main
2 parents 2a8ad31 + ba6fd8e commit 80513f0

File tree

2 files changed

+9
-15
lines changed

2 files changed

+9
-15
lines changed

.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

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++
@@ -73,6 +64,12 @@ features:
7364
details: Sharpen your wide span&lt;T&gt;(ing) skills and refresh your memory&lt;T&gt;
7465
link: https://github.com/nietras/1brc.cs
7566
linkText: Submit your solution!
67+
- icon:
68+
src: /java.png
69+
title: <s>1BRC in Java</s> <small><i>closed</i></small>
70+
details: <s>The original 1BRC language! 🎉</s>
71+
link: https://github.com/gunnarmorling/1brc#submitting
72+
linkText: View historical submissions
7673
---
7774

7875
<style>

0 commit comments

Comments
 (0)