gunnarmorling / 1brc

1️⃣🐝🏎️ The One Billion Row Challenge -- A fun exploration of how quickly 1B rows from a text file can be aggregated with Java
https://www.morling.dev/blog/one-billion-row-challenge/
Apache License 2.0
5.62k stars 1.71k forks source link

Cache SDKMan in CI build #540

Open gunnarmorling opened 5 months ago

gunnarmorling commented 5 months ago

Via #104, we have support now for running tests against a PR's owner's submission. SDKMan is installed from scratch though each time, as is the SDK referenced in the prepare script of the entry (if present). It would be nice to cache this.

gunnarmorling commented 5 months ago

@ascheman, this might be something for you to explore?