This repository was archived by the owner on Feb 3, 2025. It is now read-only.
File tree 2 files changed +9
-15
lines changed
2 files changed +9
-15
lines changed Original file line number Diff line number Diff line change @@ -5,16 +5,13 @@ export default defineConfig({
5
5
// Surprised this isn't the default. 🤷♂️
6
6
srcExclude : [ "**/README.md" , "**/CONTRIBUTING.md" ] ,
7
7
8
- // https://vitejs.dev/config/
9
- vite : { } ,
10
-
11
8
// https://vitepress.dev/guide/sitemap-generation
12
9
sitemap : {
13
10
hostname : "https://1brc.dev" ,
14
11
} ,
15
12
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 " ,
18
15
19
16
head : [
20
17
// https://github.com/vuejs/vitepress/issues/560
Original file line number Diff line number Diff line change @@ -4,27 +4,18 @@ layout: home
4
4
pageClass : my-index-page
5
5
6
6
hero :
7
- name : " 1BRC"
8
- text : " 1 Billion Row Challenge"
7
+ name : " 1 Billion Row Challenge"
9
8
tagline : Calculate the min, max, and average of <b>1 billion</b> measurements
10
9
image : /hero.png
11
10
actions :
12
11
- theme : brand
13
12
text : Accept the challenge
14
13
link : " #the-challenge"
15
- # - theme: brand
16
- # text: Choose a language 👇
17
14
- theme : alt
18
15
text : Original blog post
19
16
link : https://www.morling.dev/blog/one-billion-row-challenge/
20
17
21
18
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!
28
19
- icon :
29
20
src : /c.png
30
21
title : 1BRC in C/C++
@@ -73,6 +64,12 @@ features:
73
64
details : Sharpen your wide span<T>(ing) skills and refresh your memory<T>
74
65
link : https://github.com/nietras/1brc.cs
75
66
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
76
73
---
77
74
78
75
<style >
You can’t perform that action at this time.
0 commit comments