Skip to content

Commit 7116af6

Browse files
committed
fallback url
1 parent f92c46f commit 7116af6

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

content/posts/2024.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ many of our events ([#40](https://golangleipzig.space/posts/meetup-40-wrapup),
3535
[gh-workflow-stats-action](https://github.com/neondatabase/gh-workflow-stats-action/)
3636
plus lots of nice everyday utilities and techniques people shared in
3737
[#44](https://golangleipzig.space/posts/meetup-44-wrapup/)
38-
* Performance played a role: [SIMD](https://en.wikipedia.org/wiki/Single_instruction,_multiple_data) and [1BRC](https://1brc.dev) (1 Billion Row Challenge) were discussed in
38+
* Performance played a role: [SIMD](https://en.wikipedia.org/wiki/Single_instruction,_multiple_data) and [1BRC](https://web.archive.org/web/20241116164008/https://1brc.dev/) (1 Billion Row Challenge) were discussed in
3939
[#42](https://golangleipzig.space/posts/meetup-42-wrapup/) and we turned
4040
the 1BRC into a workshop for the international
4141
[GOLAB](https://golangleipzig.space/posts/golab-2024/) conference in Florence, Italy: [Exercises in

content/posts/meetup-42-invitation.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Leipzig](https://maps.app.goo.gl/hWKDzUNSYuHcRCew6). CHECK24 has a diverse tech
1818
We will have two presentations: one about
1919
[SIMD](http://ftp.cvut.cz/kernel/people/geoff/cell/ps3-linux-docs/CellProgrammingTutorial/BasicsOfSIMDProgramming.html)
2020
and [Go](https://github.com/alivanz/go-simd), by Patrick Vahl and one about the
21-
1BRC ([1 Billion Row Challange](https://1brc.dev/)) and Go performance tips by [Martin Czygan](https://www.linkedin.com/in/martin-czygan-58348842/).
21+
1BRC ([1 Billion Row Challange](https://web.archive.org/web/20241116164008/https://1brc.dev//)) and Go performance tips by [Martin Czygan](https://www.linkedin.com/in/martin-czygan-58348842/).
2222

2323
We'll meet:
2424

content/posts/meetup-42-wrapup.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ can be found here:
3030
While SIMD support is still a topic of discussion, e.g. in [#53171](https://github.com/golang/go/issues/53171), there exist usable approaches today.
3131

3232
[Martin Czygan](https://de.linkedin.com/in/martin-czygan-58348842) took a Go
33-
implementation of the [1BRC](https://1brc.dev) from 4 minutes to 4s, using
33+
implementation of the [1BRC](https://web.archive.org/web/20241116164008/https://1brc.dev/) from 4 minutes to 4s, using
3434
fewer allocations, parallel processing and mmap.
3535

3636
![](/images/657582.gif)

0 commit comments

Comments
 (0)