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

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

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

5 रिपॉजिटरी

Awesome GitHub RepositoriesC Shared Libraries

Compiled binary libraries written in C used for high-performance computation across different language runtimes.

Distinct from C Bindings: The candidates focus on WebAssembly or specific logging/cryptography rather than general shared binary libraries for math.

Explore 5 awesome GitHub repositories matching programming languages & runtimes · C Shared Libraries. Refine with filters or upvote what's useful.

Awesome C Shared Libraries GitHub Repositories

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

    AlexeyAB/darknet

    22,159GitHub पर देखें↗

    Darknet is a high-performance C-based inference engine and computer vision library designed for real-time object identification and localization. It serves as a neural network framework for training and deploying detection models using the YOLO architecture, providing a toolset for deep learning training and deployment. The project differentiates itself through a C and CUDA implementation that enables hardware acceleration for matrix multiplication and inference speed optimization. It provides a shared library interface for embedding detection capabilities into external applications and suppo

    Provides a shared C binary library for high-performance object detection that can be linked into external native applications.

    C
    GitHub पर देखें↗22,159
  • mrjbq7/ta-libmrjbq7 का अवतार

    mrjbq7/ta-lib

    12,043GitHub पर देखें↗

    This project is a Python wrapper for the TA-Lib C library, serving as a financial technical analysis library and quantitative trading tool. It provides a collection of mathematical functions designed to analyze market price movements, identify trading signals, and recognize candlestick patterns within financial data. The library focuses on the computation of trend, momentum, and volume metrics. It includes specialized tools for candlestick pattern recognition to detect recurring price action shapes in both historical and real-time data. The system integrates with NumPy arrays to process cont

    Binds to a pre-compiled C binary to perform high-performance mathematical calculations on financial time series.

    Cython
    GitHub पर देखें↗12,043
  • dtolnay/cxxdtolnay का अवतार

    dtolnay/cxx

    6,664GitHub पर देखें↗

    CXX is a code generator that produces a safe, zero-overhead FFI bridge between Rust and C++. It lets functions and data types from either language be used directly in the other, with static type safety enforced at compile time and no copying, serialization, or runtime checks across the boundary. The bridge supports the full range of cross-language interactions: Rust can call C++ functions and use C++ types, and C++ can call Rust functions and use Rust types. Standard library types like strings, vectors, and smart pointers are mapped automatically between the two languages, while opaque types

    Passes strings, vectors, smart pointers, and shared structs between Rust and C++ with automatic conversions.

    Rust
    GitHub पर देखें↗6,664
  • nalgeon/sqleannalgeon का अवतार

    nalgeon/sqlean

    4,344GitHub पर देखें↗

    sqlean C-आधारित साझा लाइब्रेरी के रूप में कार्यान्वित SQLite एक्सटेंशन लाइब्रेरी का एक संग्रह है। यह अतिरिक्त स्केलर और टेबल-वैल्यूड फंक्शन्स का एक सूट प्रदान करता है जो SQLite डेटाबेस इंजन की मूल क्षमताओं का विस्तार करता है। यह प्रोजेक्ट क्रिप्टोग्राफी, उन्नत गणित, नेटवर्किंग और फ़ाइल सिस्टम एक्सेस के लिए विशेष टूलसेट प्रदान करता है। इनमें बाइनरी हैशिंग और एन्कोडिंग, सांख्यिकीय विश्लेषण, IP पता सत्यापन, और CSV फ़ाइलों या फ़ाइल सिस्टम पथों को वर्चुअल टेबल के रूप में मैप करने की क्षमता शामिल है। लाइब्रेरी में नियमित अभिव्यक्तियों, फ़ज़ी मिलान और यूनिकोड-जागरूक स्ट्रिंग हेरफेर जैसे व्यापक टेक्स्ट प्रोसेसिंग टूल्स भी शामिल हैं। अतिरिक्त क्षमताएं उच्च-सटीक दिनांक और समय प्रबंधन और अद्वितीय पहचानकर्ताओं (unique identifiers) के निर्माण को कवर करती हैं।

    Provides a collection of high-performance C shared libraries that can be dynamically loaded into the SQLite engine.

    C
    GitHub पर देखें↗4,344
  • file/filefile का अवतार

    file/file

    1,632GitHub पर देखें↗

    File is a command-line utility and C library designed to determine the precise file format and media type of unknown files by inspecting their internal byte sequences, binary signatures, and hierarchical pattern rules rather than relying on file extensions. The software evaluates magic number signature matching and complex multi-byte offsets to classify files accurately. The engine supports recursive archive inspection, automatically unpacking compressed archive structures on the fly to analyze and identify internal nested file payloads. Human-readable pattern definitions can be compiled into

    Provides a compiled C-compatible shared library interface to embed native classification routines in applications.

    C
    GitHub पर देखें↗1,632
  1. Home
  2. Programming Languages & Runtimes
  3. C Shared Libraries

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

  • Rust-C++ Data BridgesPasses strings, vectors, smart pointers, and shared structs between Rust and C++ with automatic ABI-compatible conversions. **Distinct from C Shared Libraries:** Distinct from C Shared Libraries: focuses on bidirectional data sharing between Rust and C++, not just consuming C libraries.