awesome-repositories.com
Blog
MCP
awesome-repositories.com

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetServeur MCPÀ proposNotre méthodologiePresse
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 dépôts

Awesome GitHub RepositoriesTransformation Function Factories

Utilities for creating reusable functions that retain range configurations.

Distinct from Data Transformation Functions: Distinct from data transformation functions: focuses on the factory pattern for reusable logic.

Explore 2 awesome GitHub repositories matching data & databases · Transformation Function Factories. Refine with filters or upvote what's useful.

Awesome Transformation Function Factories GitHub Repositories

Trouvez les meilleurs dépôts grâce à l'IA.Nous recherchons les dépôts les plus pertinents grâce à l'IA.
  • greensock/gsapAvatar de greensock

    greensock/GSAP

    23,877Voir sur GitHub↗

    GSAP is a comprehensive JavaScript animation library designed for orchestrating complex motion sequences and interactive user interfaces. It provides a robust property-interpolation engine that calculates intermediate values for CSS styles, attributes, and numeric properties, enabling smooth visual transitions across web elements. The framework is built on a core architecture that manages animation lifecycles, timeline-based sequence orchestration, and virtual property interception to ensure precise control over motion. The library distinguishes itself through a modular, plugin-based extensib

    Creates reusable transformation functions that maintain specific range configurations for repeated processing.

    JavaScriptanimationgsapjavascript
    Voir sur GitHub↗23,877
  • kotlin/kotlinx.coroutinesAvatar de Kotlin

    Kotlin/kotlinx.coroutines

    13,703Voir sur GitHub↗

    Kotlinx.coroutines is a library for managing non-blocking background tasks and structured concurrency within the Kotlin programming language. It provides a framework for executing concurrent operations and synchronizing shared state, replacing traditional thread management and complex callback chains with lightweight primitives. The library utilizes a structured concurrency hierarchy to organize hierarchical background tasks, ensuring that lifecycle management, cancellation, and timeout handling propagate automatically to prevent resource leaks. It employs continuation-passing style transform

    Rewrites suspending functions into state machines to enable non-blocking execution without thread suspension.

    Kotlinasynccoroutineskotlin
    Voir sur GitHub↗13,703
  1. Home
  2. Data & Databases
  3. Data Transformation Functions
  4. Transformation Function Factories

Explorer les sous-tags

  • Suspension TransformationsCompiler-level rewrites that convert suspending functions into state machines for non-blocking execution. **Distinct from Transformation Function Factories:** Distinct from Transformation Function Factories: focuses on language-level compiler transformations for coroutines rather than factory patterns for data logic.