path/FastImageCache
iOS library for quickly displaying images while scrolling 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: 4760
- days_rel: n/a
- days_push: 1148
- n_releases_24m: 0
Adoption not part of the score
8059 stars · 920 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
FastImageCache is an Objective-C iOS library for persistently storing and retrieving images at high speed, designed to keep scrolling smooth in graphics-rich apps. It stores similarly sized images together on disk and returns them far faster than traditional per-file loading.
Use cases
- display images smoothly while scrolling in an iOS app
- cache user profile photos on disk for fast retrieval
- speed up image loading in a photo feed
- avoid slow disk reads of individual image files
- manage automatic cache expiry based on usage recency
When to choose
- your iOS app scrolls through many similarly sized images and disk loading is a bottleneck
- you need persistent image caching with fast decode-aligned rendering
When to avoid
- you need network image downloading and async loading out of the box (use SDWebImage or Kingfisher)
- your project targets modern Swift-first architectures, as the library is legacy Objective-C with infrequent releases
Facets
library · maturity maintenance
caching image-processing mobile-development image-processing performance objective-c image-cache scrolling-performance disk-cache uikit ios mobile swift
1 source
- readme: https://github.com/path/FastImageCache · fetched 2026-08-28 · 4e44db97194c
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| path/FastImageCache | main | 23 |
For agents
markdown · JSON · MCP: product_card(name="path/FastImageCache")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem