mirror of
https://github.com/daveallie/crosspoint-reader.git
synced 2026-02-04 14:47:37 +03:00
- Add layout caching in UIElement to skip redundant layout passes - Use binary search for text wrapping in Label (O(log n) vs O(n)) - Cache rendered bitmaps using captureRegion/restoreRegion - Add RAM caching for BMP files to avoid SD card reads - Cache book metadata in HomeActivity.onEnter() instead of every render - Reuse recent books data to avoid duplicate ePub loads |
||
|---|---|---|
| .. | ||
| BasicElements.h | ||
| DefaultTheme.h | ||
| IniParser.h | ||
| LayoutElements.h | ||
| ListElement.h | ||
| ThemeContext.h | ||
| ThemeManager.h | ||
| ThemeTypes.h | ||
| UIElement.h | ||