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

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

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

8 रिपॉजिटरी

Awesome GitHub RepositoriesHeader-only Libraries

C++ libraries distributed as header-only files for easy integration and performance optimization.

Distinct from C++: Distinct from JSON Libraries: focuses on generic header-only utility libraries rather than specific data serialization formats.

Explore 8 awesome GitHub repositories matching data & databases · Header-only Libraries. Refine with filters or upvote what's useful.

Awesome Header-only Libraries GitHub Repositories

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

    cameron314/concurrentqueue

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

    ConcurrentQueue is a header-only C++ template library that provides a lock-free data structure for multi-producer multi-consumer thread communication. It functions as a synchronization primitive designed to coordinate data flow between concurrent execution units using atomic operations rather than traditional mutex locking. The library distinguishes itself through a design that minimizes contention and synchronization overhead. It utilizes sub-queue token mapping to distribute workloads across partitioned internal queues and supports bulk operations to transfer multiple data elements in singl

    A header-only collection of thread-safe containers designed for low-latency data exchange in multi-threaded applications.

    C++
    GitHub पर देखें↗12,070
  • jerry-git/learn-python3jerry-git का अवतार

    jerry-git/learn-python3

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

    This is an interactive Python tutorial delivered as a collection of Jupyter notebooks. It is designed as a structured learning path for beginners, teaching fundamental language concepts through a sequence of lessons that combine explanatory text with runnable code cells and embedded practice exercises. Each notebook is a self-contained unit that introduces a topic, demonstrates it with a minimal code example, and then asks the learner to write code themselves, receiving immediate feedback from the browser-based execution environment. The curriculum is built on a progressive concept-stacking mo

    Teaches Python using only built-in modules, avoiding external dependencies for all examples.

    HTMLjupyter-notebooklearning-pythonpython-exercises
    GitHub पर देखें↗6,754
  • tiny-dnn/tiny-dnntiny-dnn का अवतार

    tiny-dnn/tiny-dnn

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

    tiny-dnn is a header-only C++14 deep learning framework for building, training, and running inference on neural networks. It constructs static computational graphs at compile time using template-based layer composition, with a gradient-based backpropagation engine and minibatch stochastic gradient descent for training, all without external dependencies beyond the C++14 standard library. The framework supports importing pre-trained models from the Caffe framework directly, parsing its binary serialization format without requiring external protocol buffer libraries. It provides CPU-optimized te

    Provides a header-only C++14 deep learning framework with no external dependencies.

    C++
    GitHub पर देखें↗6,019
  • mlpack/mlpackmlpack का अवतार

    mlpack/mlpack

    5,663GitHub पर देखें↗

    mlpack is a header-only C++ machine learning library that defines matrix types as compile-time templates, enabling flexible numeric precision and memory layout without runtime overhead. Its core identity is built around a template metaprogramming architecture that allows algorithms to be included selectively as independent modules, reducing binary size, and supports compile-time serialization of neural network parameters by deducing matrix types and structure at compile time. The library distinguishes itself through a multi-language binding framework that automatically generates bindings for

    A header-only C++ library that compiles by including headers directly without separate compilation units.

    C++
    GitHub पर देखें↗5,663
  • nmslib/hnswlibnmslib का अवतार

    nmslib/hnswlib

    5,253GitHub पर देखें↗

    hnswlib is a header-only C++ library and vector indexing engine designed for high-dimensional approximate nearest neighbor search. It organizes large collections of embeddings into a searchable graph structure to enable rapid proximity queries and distance calculations. The system utilizes Hierarchical Navigable Small World graphs to achieve fast vector similarity search. It distinguishes itself by allowing the definition of custom distance metrics and similarity functions to adapt calculations to specific data requirements. The engine covers the full indexing lifecycle, including incrementa

    Distributed as a header-only C++ library to enable compiler inlining and simplify integration.

    C++
    GitHub पर देखें↗5,253
  • miguelmota/golang-for-nodejs-developersmiguelmota का अवतार

    miguelmota/golang-for-nodejs-developers

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

    यह प्रोजेक्ट एक Go भाषा सीखने की गाइड और इम्प्लीमेंटेशन मैप है, जिसे डेवलपर्स को Node.js से Go में ट्रांज़िशन करने में मदद करने के लिए डिज़ाइन किया गया है। यह साइड-बाय-साइड कोड तुलनाओं की एक श्रृंखला प्रदान करता है जो सिंटैक्स और रनटाइम अंतर को स्पष्ट करने के लिए दोनों भाषाओं में लागू समान लॉजिक को कंट्रास्ट करती है। यह रिपॉजिटरी Go कॉनकरेंसी के लिए एक ट्यूटोरियल के रूप में कार्य करती है, विशेष रूप से JavaScript प्रॉमिस के मुकाबले चैनल्स और गोरूटिन्स (goroutines) के उपयोग की तुलना करती है। इसमें समान ऑपरेशन्स के लिए Go की निष्पादन गति को Node.js के साथ मापने और तुलना करने के लिए एक परफॉरमेंस बेंचमार्किंग सूट भी शामिल है। यह गाइड Go स्टैंडर्ड लाइब्रेरी का उपयोग करके सिस्टम प्रोग्रामिंग उदाहरणों को कवर करती है, जिसमें नेटवर्क सर्वर का विकास, लोकल फ़ाइल सिस्टम मैनेजमेंट और SQLite डेटाबेस इंटरैक्शन शामिल है। अन्य कवर किए गए क्षेत्रों में डेटा स्ट्रक्चर मैनिपुलेशन, क्रिप्टोग्राफिक हैशिंग और बाहरी शेल कमांड का निष्पादन शामिल है।

    Provides a curriculum of examples that avoid external dependencies in favor of built-in language modules.

    Godemoexamplesgo
    GitHub पर देखें↗4,771
  • fluentpython/example-code-2efluentpython का अवतार

    fluentpython/example-code-2e

    3,952GitHub पर देखें↗

    This repository is a collection of practical code samples and an idiomatic programming guide for the Python language. It serves as a reference for implementing advanced language features, data structures, and professional coding standards. The project focuses on demonstrating object-oriented architectures and structural design patterns. It provides a set of source files that illustrate the use of advanced Python capabilities to create readable and efficient software designs. The implementation covers asynchronous and concurrent execution patterns, as well as idiomatic software design and pro

    Provides a zero-dependency implementation using only the Python standard library to showcase idiomatic core usage.

    Pythonconcurrencyiteratorsmetaprogramming
    GitHub पर देखें↗3,952
  • eliben/pycparsereliben का अवतार

    eliben/pycparser

    3,473GitHub पर देखें↗

    pycparser is a C99 parser library that converts C source code into an abstract syntax tree consisting of Python objects. It functions as an abstract syntax tree generator, transforming preprocessed C code into a structured hierarchy for programmatic analysis and transformation. The library integrates with a C preprocessor to handle directives before parsing. It also features a stub header parser, which uses minimal mock headers to allow the parsing of C code without requiring a full system C library installation. The project provides tools for static code analysis, C program analysis, and so

    Replaces standard library includes with minimal stub headers for environment-independent parsing.

    Python
    GitHub पर देखें↗3,473
  1. Home
  2. Data & Databases
  3. Data Processing Pipelines
  4. Data Serialization
  5. JSON Libraries
  6. C++
  7. Header-only Libraries

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

  • Deep Learning FrameworksCompiles as a single include with no external dependencies, relying solely on C++14 standard library features for tensor operations and memory management. **Distinct from Header-only Libraries:** Distinct from Header-only Libraries: focuses specifically on header-only deep learning frameworks rather than generic header-only utility libraries.
  • Standard Library CurriculaTutorials and courses that use only built-in language modules, avoiding external dependencies for all examples and exercises. **Distinct from Header-only Libraries:** Distinct from Header-only Libraries: focuses on pedagogical curricula using standard libraries, not C++ header-only distribution models.
  • Stub LibrariesMinimal versions of headers used to satisfy dependencies during analysis. **Distinct from Header-only Libraries:** Distinct from Header-only Libraries: these are mocks for parsing, not functional libraries for production use.