5 रिपॉजिटरी
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.
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.
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.
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.
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.
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.