Hacker News new | ask | show | jobs
by yosai 1111 days ago
Looks to be a great observability tool.Any specific reason to choose rust here?
1 comments

We actually started with go initially. Then we chose to use a different approach to building it (brute force vs inverted indexes) and tested both rust and Go this time. Found rust to be 2x faster for same loop. We knew at this point that we had to choose rust.