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++
@@ -67,6 +58,12 @@ features:
67
58
details : ElePHPants are not as slow as one might think! π
68
59
link : https://github.com/realFlowControl/1brc
69
60
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
70
67
---
71
68
72
69
<style >
You canβt perform that action at this time.
0 commit comments