twitter/util
Wonderful reusable code from Twitter observed · 2026-08-28
Health v2 · maintenance only
48/100
- Activity 56
- Release rhythm 8
- Longevity 100
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 5640
- days_rel: n/a
- days_push: 268
- n_releases_24m: 0
Adoption not part of the score
2719 stars · 571 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
Twitter Util is a collection of small, idiomatic, general-purpose JVM libraries written in Scala, including concurrency primitives (a non-actor Future implementation), caching, I/O, stats, and time/duration conversions. It is used in production at Twitter and underpins Finagle.
Use cases
- use composable futures in Scala without actors
- convert time durations and storage units idiomatically in Scala
- add caching and stats utilities to a JVM service
- build reliable async JVM applications with Twitter's production-tested primitives
- support Finagle-based RPC services with core utilities
When to choose
- you are building Scala/JVM services, especially with Finagle
- you want battle-tested, production-proven concurrency and utility libraries
- you need fine-grained control over futures, timers, and I/O on the JVM
When to avoid
- you want a lightweight standard-library-only approach without extra dependencies
- your project uses newer Scala ecosystem stacks like ZIO or Cats Effect with no Finagle ties
- you need cross-language (non-JVM) utilities
Facets
library · maturity stable
concurrency caching developer-tools serialization logging developer-tools backend microservices jvm scala futures finagle jvm-utilities time-units
2 sources
- readme: https://github.com/twitter/util · fetched 2026-08-28 · 8bee872c5e1f
- homepage: https://twitter.github.io/util · fetched 2026-08-29 · 7951e89a5f00
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| twitter/util | main | 48 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem