awesome-repositories.com
المدونة
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةOpen-source alternativesSelf-hosted softwareالمدونةخريطة الموقع
المشروعحولHow we rankالصحافةخادم 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

اعثر على أفضل المستودعات باستخدام الذكاء الاصطناعي.سنبحث عن أفضل المستودعات المطابقة باستخدام الذكاء الاصطناعي.
  • angus-c/justالصورة الرمزية لـ angus-c

    angus-c/just

    6,204عرض على GitHub↗

    Just is a collection of JavaScript utility libraries designed for data manipulation, functional programming, performance optimization, statistical analysis, and string processing. It provides a set of tools for deep cloning, filtering, and transforming complex objects and arrays. The project is structured as a series of zero-dependency modules, allowing utilities to be used independently to minimize bundle size. It implements functional programming patterns including currying, piping, and partial application, and provides execution control through memoization, debouncing, and throttling. The

    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