Data Processing Benchmark Featuring Rust, Go, Swift, Zig, Julia etc.

https://news.ycombinator.com/rss Hits: 9
Summary

Given a list of posts, compute the top 5 related posts for each post based on the number of shared tags. ./run.sh go | rust | python | all # windows (powershell) ./run.ps1 go | rust | python | all # OR pwsh ./run.ps1 go | rust | python | all # Docker (check the dockerfiles/base.Dockerfile for available variables) ./gen_dockerfile.sh -b go | rust | python | all # THEN ./docker_run.sh go | rust | python | all # OR use the image directly docker run -e TEST_NAME=go -it --rm go_databench

First seen: 2026-01-31 23:42

Last seen: 2026-02-01 07:43