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

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

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعحولكيفية ترتيب النتائجالصحافةخادم MCP
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 مستودعات

Awesome GitHub RepositoriesSet Intersections

Operations that identify and return common elements shared between multiple data relations.

Distinguishing note: None of the candidates relate to relational set intersection; they focus on visualization or enrichment.

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

Awesome Set Intersections GitHub Repositories

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

    apache/pinot

    6,098عرض على GitHub↗

    Pinot is a distributed, columnar analytical database designed for high-concurrency, low-latency query processing. It functions as a real-time OLAP datastore, enabling interactive, user-facing analytics by ingesting and querying massive datasets from both streaming and batch sources. The system architecture relies on a centralized controller for cluster coordination and a distributed segment-based storage model to ensure horizontal scalability. The platform distinguishes itself through a hybrid ingestion pipeline that unifies real-time event streams and historical batch data into a single quer

    Provides set intersection operations to isolate overlapping records across different datasets.

    Java
    عرض على GitHub↗6,098
  • thoas/go-funkالصورة الرمزية لـ thoas

    thoas/go-funk

    4,939عرض على GitHub↗

    go-funk هي مكتبة برمجة وظيفية (functional programming) للغة Go، توفر مجموعة من الدوال المساعدة لتحويل والاستعلام عن الشرائح (slices) والخرائط (maps). تتيح المكتبة أسلوب برمجة تصريحي لمعالجة المجموعات وتحويل البيانات، مما يقلل الحاجة إلى الحلقات التكرارية اليدوية. تنفذ المكتبة دوالاً من الرتبة العليا (higher-order functions) للعمليات الشائعة، بما في ذلك التعيين (mapping)، والتصفية (filtering)، والبحث في هياكل البيانات باستخدام المسندات (predicates) ورد النداء (callbacks). كما تتضمن أدوات لاكتشاف وجود العناصر وإيجاد العناصر المشتركة بين المجموعات. يتم دعم هذه القدرات من خلال قيود الأنواع المعتمدة على Generics وتأكيدات الأنواع المعتمدة على الواجهات لضمان عمل العمليات عبر أنواع مختلفة من العناصر.

    Implements set intersection logic to find common elements between two slices.

    Go
    عرض على GitHub↗4,939
  1. Home
  2. Data & Databases
  3. Set Intersections