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

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

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

1 个仓库

Awesome GitHub RepositoriesPredicate-Based Array Partitioning

Splitting a single array into two distinct arrays based on whether elements satisfy a predicate.

Distinct from Array Splitting: Distinct from axis-based splitting by using a logical predicate to divide the data.

Explore 1 awesome GitHub repository matching scientific & mathematical computing · Predicate-Based Array Partitioning. Refine with filters or upvote what's useful.

Awesome Predicate-Based Array Partitioning GitHub Repositories

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

    angus-c/just

    6,204在 GitHub 上查看↗

    Just 是一个 JavaScript 实用程序库集合,专为数据操作、函数式编程、性能优化、统计分析和字符串处理而设计。它提供了一套用于深度克隆、过滤和转换复杂对象与数组的工具。 该项目被构建为一系列零依赖模块,允许独立使用实用程序以最小化包大小。它实现了包括柯里化、管道和部分应用在内的函数式编程模式,并通过记忆化、防抖和节流提供执行控制。 该库涵盖了广泛的功能,包括深度对象操作、组合数据生成以及素数验证和数值钳位等数学运算。它还包括用于计算方差和标准差等指标的统计工具,以及用于大小写转换和字符串插值的文本处理实用程序。

    Implements predicate-based partitioning to split an array into two groups based on a logical condition.

    JavaScript
    在 GitHub 上查看↗6,204
  1. Home
  2. Scientific & Mathematical Computing
  3. Array Manipulations
  4. Array Splitting
  5. Predicate-Based Array Partitioning