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
·

1 Repo

Awesome GitHub RepositoriesUI Performance Libraries

Toolkits designed to minimize main thread blocking through asynchronous decoding and rasterization.

Distinct from Image Loading Libraries: Candidates focus on specific image decoders or architecture patterns rather than a general performance toolkit.

Explore 1 awesome GitHub repository matching mobile development · UI Performance Libraries. Refine with filters or upvote what's useful.

Awesome UI Performance Libraries GitHub Repositories

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

    facebookarchive/AsyncDisplayKit

    13,345Auf GitHub ansehen↗

    AsyncDisplayKit is an asynchronous UI framework and performance library for iOS. It provides a collection of performant alternatives to standard views, allowing developers to build responsive interfaces by offloading layout and rendering tasks to background threads. The framework is centered around a declarative layout engine based on a flexbox model, which calculates element positions and sizes asynchronously. It utilizes a node-based abstraction to wrap native views, enabling the instantiation and configuration of UI hierarchies on background threads to prevent main thread blocking. The sy

    Reduces main thread blocking through asynchronous image decoding and text rasterization.

    Objective-C++
    Auf GitHub ansehen↗13,345
  1. Home
  2. Mobile Development
  3. UI Performance Libraries