6 stories tagged with #jvm, in publish-time order across the WeSearch catalog. Tag pages update as new stories ingest.
⌘ RSS feed for this tag → or search "Jvm"
A C++20 full-text search engine I've been building in the open. Same shape as Lucene/Tantivy, but written to fit cleanly into a C++ codebase — no JVM, no JNI, no FFI tax. Repo: https://github.com/evilmucedin/SearchPlusPlus A few engineering decisions worth calling out (most of the design is in
JVM-native GraphQL federation gateway
feddi is a managed GraphQL federation platform. Compose multiple GraphQL services into a single unified API with a self-hosted gateway, CLI-first workflow, and field-level analytic…
I built a JasperReports render engine in pure PHP — no Java, no JVM, one POST call gets you a PDF
The Windows DLL loader lock: how a Rust thread can hang your JVM
A deep dive into debugging sporadic CI hangs on Windows, leading us through process dumps, WinDbg, and finally uncovering a deadlock between Rust thread destruction and the JVM's s…
I built a Zero-Allocation C# Knowledge Graph (because JVM graphs are too bloated)
If you are building AI agents, you eventually hit the "Memory Wall". Your agent doesn't just need...…
Java Virtual Machine for Dotnet
A Java Virtual Machine and Bytecode-to-IL Converter for .NET.…