awesome-repositories.com
Blog
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektÜber unsRanking-MethodikPresseMCP-Server
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 Repos

Awesome GitHub RepositoriesScrollable View Preloading

Optimizations that load content ahead of display for scrollable views to eliminate visible loading delays during scrolling.

Distinct from Scrollable View Layout Systems: No candidate matches the preloading optimization for scrollable views; candidates focus on layout or content types, not preloading.

Explore 2 awesome GitHub repositories matching mobile development · Scrollable View Preloading. Refine with filters or upvote what's useful.

Awesome Scrollable View Preloading GitHub Repositories

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • facebook/asyncdisplaykitAvatar von facebook

    facebook/AsyncDisplayKit

    13,344Auf GitHub ansehen↗

    AsyncDisplayKit is an asynchronous UI framework and layout engine for iOS designed to offload layout and rendering operations from the main thread. It functions as a concurrent interface library that handles asynchronous image decoding and UI composition to maintain high frame rates. The project uses a node-based view hierarchy to build thread-safe interface structures on background threads. It includes an intelligent preloading system that predicts scroll direction to trigger data fetching and layout operations for elements before they become visible. The framework covers high-performance m

    Predicts scroll direction to trigger data fetching and layout operations for elements before they become visible.

    Objective-C++
    Auf GitHub ansehen↗13,344
  • texturegroup/textureAvatar von TextureGroup

    TextureGroup/Texture

    8,173Auf GitHub ansehen↗

    Texture is an iOS framework for building user interfaces that render on background threads using thread-safe node abstractions. It provides an asynchronous display node architecture that constructs and composites view hierarchies off the main thread, then synchronises the final bitmap for presentation, enabling smooth and responsive apps. The framework replaces UIKit's standard view system with node-based hierarchies that can be created, configured, and mutated on any queue without locking the main thread. The framework distinguishes itself through a precomputed rendering pipeline that decode

    Preloads data for scroll interfaces to eliminate visible loading delays during scrolling.

    Objective-C++asyncdisplaykitpinterestrendering
    Auf GitHub ansehen↗8,173
  1. Home
  2. Mobile Development
  3. Scrollable View Preloading