square/tape
A lightning fast, transactional, file-based FIFO for Android and Java. observed · 2026-08-28
Health v2 · maintenance only
10/100
- Activity 0
- Release rhythm 35
- Longevity 100
Flags: no_releases archived
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: 5105
- days_rel: n/a
- days_push: 1264
- n_releases_24m: 0
Adoption not part of the score
2455 stars · 282 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
Tape is a Java library from Square providing QueueFile, a fast, transactional, file-based FIFO queue with atomic O(1) add/remove operations, plus ObjectQueue for arbitrary objects backed by disk or memory. It is designed to survive process and system crashes, making it well suited for reliable background task queuing on Android.
Use cases
- persist a task queue that survives app crashes on Android
- reliable background upload queue for photos
- file-based FIFO queue in Java
- queue work items to disk before processing
- durable message queue without a database
When to choose
- you need a small, dependency-free persistent FIFO on Android or the JVM
- you need crash-safe, atomic queue operations backed by a single file
- you want an in-memory or disk-backed object queue with a simple API
When to avoid
- you need a distributed or multi-consumer message broker
- your file system lacks atomic segment writes and you need power-loss durability
- you need high-throughput concurrent producers and consumers
Facets
library · maturity maintenance
message-queue serialization file-system mobile-development developer-tools files jvm fifo-queue persistent-queue transactional-io android java
2 sources
- readme: https://github.com/square/tape · fetched 2026-08-28 · 68eb38e6c011
- homepage: https://square.github.io/tape/ · fetched 2026-08-29 · cc0fe2da457e
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| square/tape | main | 10 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem