Alternatives
Products that do what ThreadMine does
JVM thread dump analyzer that catches Loom pinning
- 1UF
2021 · trungdq88.github.io
- 2LT
2013 · blog.paralleluniverse.co
- 3
- 4

- 5

- 6

- 7CJ
2015 · yangmillstheory.github.io
- 8RA
2019 · github.com
- 9

- 10BI
2020 · blunders.io
- 11MD
2016 · github.com
- 12

- 13CJ
I wrote this just to compare the performance of Java 21 Virtual Threads vs old-fashioned Threads.
2024 · github.com
- 14SS
Hi HN! I've been building a project that handles high-value credentials in-process, and I wanted something more robust than just zeroing memory on drop. A comment on a recent Show HN[0] made me realize that awareness of lower-level memory protection techniques might not be as widespread as I thought. The idea here is to pull out all the tools in one crate, with a relatively simple API. * mlock/VirtualLock to prevent sensitive memory from being swapped (eg the KeePass dump) * Core dump exclusion using MADV_DONTDUMP on Linux & Android * mprotect to minimize exposure over time * Guard…
Mar 2026 · github.com
- 15

- 16PJ
It started with drones. My co-founder and I were building a Minecraft plugin where drones had to navigate through unloaded chunks - terrain that doesn't even exist in memory yet. No existing library had any concept of it, which led to drones being stuck in non-existence. Sloppy at first, tightly coupled to Minecraft's API, we built our own. But somewhere along the way we realized: the problem wasn't Minecraft. It was how Java pathfinding is built in general - object-heavy, GC-hostile, and single-threaded by assumption. So I split the project. The core became its own thing: pure Java 8+ for…
May 2026 · github.com
- 17TM
2019 · threadbase.io
- 18DB
Hey HN, my name is Tom and I'm the founder of Svix. We've been working on Diom (https://diom.com) for the last 6 months, and I'm excited to finally share it on HN! Diom is a single Rust binary that replaces Redis, RabbitMQ, Kafka, and a lot of custom code for many common use-cases. It's open-source, self-contained, and has no external runtime dependencies. While building Svix, we had to reimplement the same backend primitives that everyone reimplements when building a service: robust caching, rate-limiting, idempotency, and more. We also constantly felt the tension between building…
May 2026 · github.com
- 19

- 20IB
- 21AM
2019 · github.com
- 22RA
Hi, I've made a Dis virtual machine and Limbo programming language compiler (called RiceVM) in Rust. It can run Dis bytecode (for example, Inferno OS applications), compile Limbo programs, and includes a fairly complete runtime with garbage collection, concurrency features, and many of the standard modules from Inferno OS's original implementation. The project is still in an early stage, but if you're interested in learning more about RiceVM or trying it out, you can check out the links below: Project's GitHub repo: https://github.com/habedi/ricevm RiceVM documentation:…
Apr 2026
- 23

- 24AF
fasthex - a very optimized hex dumper with all the features other hex dumpers have too
Jun 2026 · github.com
Ranked by how close each launch is in meaning, then by votes. Refine with a description →