aiceking/AppStartFaster
Android冷启动优化,有向无环图启动器 observed · 2026-08-28
Health v2 · maintenance only
82/100
- Activity 77
- Release rhythm 79
- Longevity 100
Flags: no_license
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-02. Adoption (stars, forks) is never an input.
- gap_med: 17.0
- age_days: 2456
- days_rel: 141
- days_push: 141
- n_releases_24m: 3
Adoption not part of the score
1596 stars · 73 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
An Android library for cold start optimization, providing a directed-acyclic-graph based startup task dispatcher and a Multidex loading optimization. Tasks declare dependencies and thread-pool placement to parallelize app initialization.
Use cases
- speed up android app cold start
- run startup initialization tasks in dependency order
- parallelize app onCreate initialization work
- optimize multidex loading on old android versions
- dispatch background init tasks with thread pools
When to choose
- your Android app has slow cold starts due to many sequential init tasks
- you need dependency-aware parallel execution of startup tasks
- you support pre-Android 5.0 devices with multidex startup delays
When to avoid
- you are not building an Android app
- your startup logic is trivial and already fast
- you need a maintained library with a permissive license - this repo has no license file
Facets
library · maturity active
concurrency scheduling developer-tools mobile-development android-tools performance jvm android cold-start-optimization dag-scheduler startup-tasks multidex performance-optimization mobile
1 source
- readme: https://github.com/aiceking/AppStartFaster · fetched 2026-08-28 · 5c3e770e07f9
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| aiceking/AppStartFaster | main | 82 |
For agents
markdown · JSON · MCP: product_card(name="aiceking/AppStartFaster")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem