Skip to content

Pramod Biligiri

Profile Picture
  • bitken.io
  • @pramodbiligiri
  • LinkedIn

Tag: concurrency

ListenableFuture vs CompletableFuture — a comparison

In my previous blog post I wrote about how Google Guava’s ListenableFuture is an improvement over Java 6’s Future class. … More

concurrency, Java

How is Google Guava ListenableFuture better than Java Future?

Google Guava’s concurrency classes provide some advantages over using Java’s default classes. Guava’s Futures offer the following benefits: You can … More

concurrency, Java

Recent Posts

  • Notes on Database Transactions
  • TiDB: A Raft based HTAP database (Paper notes)
  • Learn Rust: Assignment and Memory Semantics
  • Kubernetes Autoscaling – an overview
  • Kubernetes – the internal architecture