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

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

探索精选搜索开源替代品自托管软件博客网站地图
项目关于排名机制媒体报道MCP 服务器
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 个仓库

Awesome GitHub RepositoriesPredicate-Based Chunking

Divides a collection into consecutive groups where adjacent elements meet a specified comparison or transformation rule.

Distinct from Collection Element Transformations: Distinct from Collection Element Transformations: focuses on splitting collections into groups rather than mapping individual elements.

Explore 2 awesome GitHub repositories matching data & databases · Predicate-Based Chunking. Refine with filters or upvote what's useful.

Awesome Predicate-Based Chunking GitHub Repositories

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

    apple/swift-algorithms

    6,293在 GitHub 上查看↗

    Swift Algorithms is a library of sequence and collection algorithms for Swift, providing operations for splitting, cycling, combining, and sampling collections with lazy evaluation. It extends Swift's standard library with algorithms that work across all types conforming to Sequence and Collection protocols, enabling efficient data processing without intermediate storage. The library specializes in combinatorial enumeration, generating all possible permutations, combinations, and product sequences from collections for testing and exploration. It also includes utilities for splitting collectio

    Ships algorithms for chunking collections by predicate conditions into consecutive groups.

    Swiftalgorithmiteratoritertools
    在 GitHub 上查看↗6,293
  • apple/swift-async-algorithmsapple 的头像

    apple/swift-async-algorithms

    3,680在 GitHub 上查看↗

    This project is a library of algorithms for transforming, filtering, and combining asynchronous data streams in Swift. It provides a toolkit for managing asynchronous sequences, offering a concurrent sequence processor to merge, zip, and concatenate multiple streams into single outputs. The library distinguishes itself through specialized timing and flow control mechanisms. It implements asynchronous back-pressure to synchronize producer and consumer speeds and provides a toolkit for event timing, including debouncing, throttling, and the generation of periodic timers. The capability surface

    Aggregates consecutive elements into collections based on custom comparison closures or projected values.

    Swiftswift
    在 GitHub 上查看↗3,680
  1. Home
  2. Data & Databases
  3. Collection Element Transformations
  4. Predicate-Based Chunking