Search:
Match:
2 results
Research#JVM Energy🔬 ResearchAnalyzed: Jan 10, 2026 13:28

Energy Profiling for JVM Languages: A Probabilistic Approach

Published:Dec 2, 2025 13:21
1 min read
ArXiv

Analysis

This ArXiv paper proposes a novel method for analyzing the energy consumption of JVM-based applications. The probabilistic approach to energy profiling likely allows for more nuanced insights into performance bottlenecks compared to deterministic methods.
Reference

The research focuses on statically typed JVM-based programming languages.

Research#Software Engineering📝 BlogAnalyzed: Dec 28, 2025 21:58

Migrating Airbnb’s JVM Monorepo to Bazel

Published:Aug 13, 2025 17:01
1 min read
Airbnb Engineering

Analysis

This article from Airbnb Engineering likely discusses the technical challenges and benefits of migrating their Java Virtual Machine (JVM) monorepo to Bazel, a build system. The migration probably involved significant effort due to the size and complexity of Airbnb's codebase. The article would likely detail the improvements in build speed, dependency management, and developer productivity that resulted from the switch. It might also cover the specific Bazel configurations and strategies used to handle Airbnb's unique requirements. The focus is on engineering practices and infrastructure optimization.
Reference

The article likely contains quotes from Airbnb engineers discussing the migration process, challenges faced, and the positive outcomes achieved.