awesome-repositories.com
博客
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索Open-source alternativesSelf-hosted software博客网站地图
项目关于How we rank媒体报道MCP 服务器
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 个仓库

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.

  1. Home
  2. Mobile Development
  3. Scrollable View Preloading

Awesome Scrollable View Preloading GitHub Repositories

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • facebook/asyncdisplaykitfacebook 的头像

    facebook/AsyncDisplayKit

    13,344在 GitHub 上查看↗

    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++
    在 GitHub 上查看↗13,344
  • texturegroup/textureTextureGroup 的头像

    TextureGroup/Texture

    8,173在 GitHub 上查看↗

    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
    在 GitHub 上查看↗8,173