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

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

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

1 个仓库

Awesome GitHub RepositoriesQuantile Division

Splitting of sorted data into equal-sized groups based on a comparison function.

Distinct from List Processing Tools: Specifically implements quantile splitting rather than general list modification or index manipulation.

Explore 1 awesome GitHub repository matching data & databases · Quantile Division. Refine with filters or upvote what's useful.

Awesome Quantile Division GitHub Repositories

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

    ramda/ramda

    24,072在 GitHub 上查看↗

    Ramda is a functional JavaScript standard library and toolset for immutable data transformation and composition. It provides a comprehensive suite of pure utility functions designed to enable declarative data processing pipelines. The library is distinguished by its use of automatic function currying and a data-last argument order. These design patterns allow multi-argument functions to be partially applied, simplifying the construction of processing chains where data is passed through a sequence of operations. The toolkit covers broad data manipulation capabilities, including list processin

    Splits sorted lists into equal-sized groups based on a custom comparator.

    JavaScriptjavascriptramda
    在 GitHub 上查看↗24,072
  1. Home
  2. Data & Databases
  3. List Processing Tools
  4. Quantile Division