WeSearch
Hub / Tags / Jvm
TAG · #JVM

Jvm coverage.

Every story in the WeSearch catalog tagged with #jvm, chronological, with view counts. Subscribe to the per-tag RSS feed to follow this topic in your reader of choice.

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"

RELATED TAGS
#java1#net1#cross-platform1#virtual-machine1#interoperability1#ikvm1#net-framework1#net-core1#jdk1#maven1#msbuild1#github1
R/CPP

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

34 views ·
FEDDI

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…

26 views ·
#graphql#technology#software
R/PHP

I built a JasperReports render engine in pure PHP — no Java, no JVM, one POST call gets you a PDF

35 views ·
QUESTDB

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…

35 views ·
#rust#java#windows
DEV.TO (TOP)

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...…

30 views ·
#csharp#ai#performance
IKVM

Java Virtual Machine for Dotnet

A Java Virtual Machine and Bytecode-to-IL Converter for .NET.…

27 views ·
#java#.net#cross-platform