tags

Java

3 posts tagged here.

  1. Rust Static and Dynamic Dispatch

    A Java developer's guide to Rust compile-time and runtime polymorphism using generics, traits, static dispatch, and dyn Trait.

    • Rust
    • Java
    • Generics
  2. Understanding Rust Associated Types

    Compile-time variation, static dispatch, and associated types explained using a SQL dialect use case.

    • Rust
    • Java
    • Traits
  3. Triage SafePoint Stalls with Async-Profiler

    A log of triaging a JVM stall due to misconfigured I/O

    • java
    • async-profiler
    • jmc