Install
Languages & Runtimes
Language ecosystems, compilers, runtimes, package managers, performance, and best practices.
- 11 Subtopics
- 7 Tracked terms
- Last 30 days Feed window
Inside Languages & Runtimes
What this topic collects on
An article joins this feed when it matches these terms. Each one is also a search of its own.
Related topics
- Editors, IDEs & Developer Experience
- Frontend Web
- Backend & APIs
- Data, Databases & Streaming
- DevOps, CI/CD & Platform Engineering
- Testing & Quality
- Security & Privacy Engineering
- Architecture & Patterns
- AI/ML Engineering & LLMOps
- Collaboration & Project Management
- Open Source & Licensing
- Careers, Learning & Events
Latest in Languages & Runtimes
High-Throughput LLM Inference & Training: A Deep Dive into vLLM
1+ hour, 32+ min ago (555+ words) Editor's Note: Originally published on the g factor engineering blog. All benchmarks and telemetry... Tagged with ai, machinelearning, python, gpu....
Faster Starts, Less JavaScript Overhead
1+ hour, 26+ min ago (863+ words) Codename One removes native startup waits, repeated style scans, and unnecessary JavaScript suspension. Profiles and compiler benchmarks expose costs that bundle size and frame rates miss. Tagged with java, mobile, android, ios....
[quick-revisit]: Event Loop - Browser vs. Node.js
2+ hour, 48+ min ago (16+ words) JavaScript is single-threaded, yet JavaScript runtimes handle high-concurrency I/O effortlessly.... Tagged with javascript, node, webdev....
Java News Roundup: JDK 27, Open J Proxy, A2A Jakarta, Azul Payara, BoxLang, Netflix ja
3+ hour, 7+ min ago (689+ words) Live Webinar and Q&A: When AI Accelerates Development, Can Your CI Pipeline Keep Up? (Oct 8, 2026) Save Your Seat Lily Mara explains how to avoid high-risk software rewrites through incremental FFI refactoring. She shares how engineering teams can replace Python bottlenecks…...
Why fork() Doesn't Duplicate Memory: Copy-on-Write and the Page Table
4+ hour, 29+ min ago (24+ words) Calling fork() does not duplicate a process's memory space; it copies the page table hierarchy and... Tagged with programming, kernel, code, devops....
Java 27 removes the app-freezing GC from cheap servers and cuts object memory 33%
5+ hour, 36+ min ago (482+ words) Martin Cid Magazine Press Enter to Search Java 27 ships with two changes that will quietly reach every JVM running anywhere. The G1 garbage collector is now the default on every Java runtime — ending the stop-the-world Serial collector holdout on constrained hardware…...
Fixing Server Component Bundle Leaks in Next.js
5+ hour, 29+ min ago (767+ words) Save 20-40% On Your OpenRouter Bills. Stay up to date with AI tools, model releases, and developer workflows that matter. Weekly. Free. One click to leave. Prerequisites: This guide assumes Node.js ≥ 18 (the workflow pins Node 20), Next.js 15.x with the…...
Java 27 Released - What's New?
5+ hour, 50+ min ago (622+ words) Java 27 brings 9 official JDK Enhancement Proposals, comprising of 4 finalized features, 4 preview features, and 1 incubator feature, along with several notable runtime cleanups and performance improvements. We break the release down: Finalized & Production-ready Features (4 JEPs) Garbage collection (JEP 523). G1 is now used as…...
Java 25 stable virtual threads and performance improvements — Complete Guide
6+ hour, 30+ min ago (161+ words) A practical, in-depth guide to Java 25 stable virtual threads and performance improvements with examples. Blocking I/O and heavyweight OS threads have been the Achilles’ heel of Java concurrency for years. You end up juggling thread pools, tuning queue sizes,…...
Your Game Engine Isn't Dead: What Decart's Oasis Actually Proved
7+ hour, 13+ min ago (21+ words) AI-generated games run at playable framerates. But 'no physics engine' is the wrong... Tagged with ai, gamedev, machinelearning, webdev....