awesome-repositories.com
ब्लॉग
awesome-repositories.com

AI-संचालित खोज के साथ बेहतरीन ओपन-सोर्स रिपॉजिटरी खोजें।

एक्सप्लोर करेंक्यूरेटेड खोजेंओपन-सोर्स विकल्पसेल्फ-होस्टेड सॉफ्टवेयरब्लॉगसाइटमैप
प्रोजेक्टहमारे बारे मेंहम रैंकिंग कैसे करते हैंप्रेसMCP सर्वर
कानूनीगोपनीयताशर्तें
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 रिपॉजिटरी

Awesome GitHub RepositoriesCompiled Numeric Functions

Integration with external compiled functions for high-performance numeric tasks.

Distinguishing note: Focuses on interoperability with external compiled code.

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

Awesome Compiled Numeric Functions GitHub Repositories

AI के साथ बेहतरीन रिपॉजिटरी खोजें।हम AI का उपयोग करके सबसे सटीक रिपॉजिटरी खोजेंगे।
  • pola-rs/polarspola-rs का अवतार

    pola-rs/polars

    38,855GitHub पर देखें↗

    Polars is a high-performance columnar data processing library designed for efficient analytical workflows. It functions as a structured data library that organizes information into typed columns, utilizing the Apache Arrow memory format to enable zero-copy data sharing and cache-friendly, vectorized operations. The engine is built to handle large-scale tabular datasets, providing both local and distributed analytical runtimes that scale from single-machine environments to multi-node clusters. The project distinguishes itself through a sophisticated lazy query engine that constructs abstract e

    Runs high-performance numeric operations by passing series data to compiled universal functions from external libraries.

    Rustarrowdataframedataframe-library
    GitHub पर देखें↗38,855
  • ml-explore/mlxml-explore का अवतार

    ml-explore/mlx

    27,047GitHub पर देखें↗

    This project is a machine learning array framework and tensor computation library designed for high-performance numerical computing. It provides a comprehensive suite of tools for constructing and training neural networks, featuring an automatic differentiation engine that facilitates gradient-based optimization and complex mathematical modeling. The library distinguishes itself through a unified memory architecture that allows data to be shared across CPU and GPU devices without explicit copies, significantly reducing data movement overhead. Its execution model relies on a lazy evaluation en

    Supports loading and executing external compiled functions to extend library capabilities.

    C++mlx
    GitHub पर देखें↗27,047
  1. Home
  2. Data & Databases
  3. Compiled Numeric Functions

सब-टैग एक्सप्लोर करें

  • External Function ImportLoads compiled functions from files for execution within the current environment. **Distinct from Compiled Numeric Functions:** Focuses on dynamic loading of compiled functions, distinct from static integration.