asLody/TurboDex
fast load dex in memory. observed · 2026-08-28
Health v2 · maintenance only
32/100
- Activity 0
- Release rhythm 35
- Longevity 100
Flags: no_releases
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: n/a
- age_days: 3787
- days_rel: n/a
- days_push: 3424
- n_releases_24m: 0
Adoption not part of the score
1484 stars · 300 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
TurboDex is a native Android library (C++/NDK) that dramatically speeds up loading unoptimized DEX files in memory at runtime, especially under ART. It targets apps using MultiDex or plugin frameworks where DexClassLoader load times are painful.
Use cases
- speed up multidex loading on android
- load dex files quickly in a plugin framework
- reduce dexclassloader load time under art
- load unoptimized dex in memory fast
- android app startup too slow due to dex loading
When to choose
- you maintain a legacy Android app with MultiDex or a plugin framework on old ART/Dalvik runtimes
- you need fast runtime dex loading on older Android versions
When to avoid
- you target modern Android versions where this hooking approach may break or is unnecessary
- you need a maintained, supported library (last release 2017)
- your project cannot accept GPL-3.0 licensing
Facets
library · maturity abandoned
developer-tools compiler android-tools mobile-development developer-tools cpp android dex multidex plugin-framework ndk runtime-optimization hooking
2 sources
- readme: https://github.com/asLody/TurboDex · fetched 2026-08-28 · 6f49c1e3421b
- homepage: https://github.com/asLody/TurboDex · fetched 2026-08-29 · a97adf2d76dc
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| asLody/TurboDex | main | 32 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem