Ross ROSS = Recommend OSS · open-source software intelligence for agents

TumblrArchive/TMCache

Fast parallel object cache for iOS and OS X. observed · 2026-08-28

github.com/TumblrArchive/TMCache · Objective-C · Apache-2.0 (permissive) observed · 2026-08-28

Health v2 · maintenance only

23/100

  • Activity 0
  • 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: 5003
  • days_rel: n/a
  • days_push: 2897
  • n_releases_24m: 0

Full methodology

Adoption not part of the score

3023 stars · 371 forks observed · 2026-08-28

What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded

TMCache is a fast parallel key/value object cache for iOS and OS X, combining an in-memory cache (TMMemoryCache) with an on-disk cache (TMDiskCache), both backed by GCD and thread-safe. It is designed for persisting temporary objects that are expensive to reproduce, such as downloaded images or slow processing results.

Use cases

  • cache downloaded images in an iOS app
  • persist expensive computation results on disk
  • add a thread-safe in-memory cache to an Objective-C app
  • automatically clear cached objects on iOS memory warnings
  • limit disk cache size by bytes or age
  • cache objects shared across multiple threads

When to choose

  • you maintain a legacy Objective-C iOS or OS X codebase already using TMCache
  • you need a simple NSCoding-based two-tier memory and disk cache with GCD-backed thread safety

When to avoid

  • you are starting a new project - the library is no longer actively maintained
  • you need Swift-native caching or modern async/await APIs
  • you need cross-platform support beyond Apple platforms

Facets

library · maturity abandoned

caching concurrency mobile-development developer-tools performance cpp objective-c memory-cache disk-cache gcd nscoding key-value-store ios macos swift

1 source

Member repositories

RepositoryRoleHealth v2
TumblrArchive/TMCachemain23

For agents

markdown · JSON · MCP: product_card(name="TumblrArchive/TMCache")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem