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

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

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

2 रिपॉजिटरी

Awesome GitHub RepositoriesRange Algorithms

Generic algorithms for sorting, searching, and transforming data collections using range-based logic.

Distinct from Range-Based Sorting: Existing candidates are too specialized in compression or locking; this refers to the general C++ and libraries.

Explore 2 awesome GitHub repositories matching programming languages & runtimes · Range Algorithms. Refine with filters or upvote what's useful.

Awesome Range Algorithms GitHub Repositories

AI के साथ बेहतरीन रिपॉजिटरी खोजें।हम AI का उपयोग करके सबसे सटीक रिपॉजिटरी खोजेंगे।
  • federico-busato/modern-cpp-programmingfederico-busato का अवतार

    federico-busato/Modern-CPP-Programming

    15,808GitHub पर देखें↗

    This project is a comprehensive educational resource and programming course covering C++ language semantics and features from C++03 through C++26. It provides structured tutorials and technical guides focused on modern C++ development. The material offers specialized instruction on template metaprogramming, including the use of type traits and compile-time computations. It features detailed guides on concurrency and parallelism for multi-core execution, as well as a reference for software design applying SOLID principles and RAII. Additionally, it covers build performance optimization to redu

    Teaches how to sort, search, and transform data collections using standard range-based algorithms.

    HTMLc-plus-pluscode-qualitycompilers
    GitHub पर देखें↗15,808
  • ericniebler/range-v3ericniebler का अवतार

    ericniebler/range-v3

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

    This is a C++ ranges library and extension to the Standard Template Library that provides a collection of composable algorithms and lazy views for processing data sequences. It functions as a lazy sequence processing framework and a template meta-programming library for manipulating type lists and performing compile-time type computations. The project enables functional programming patterns in C++ through the use of pipe syntax and partial application to create readable, left-to-right data transformation chains. It allows for the construction of lazy data pipelines that filter and transform e

    Provides generic algorithms for sorting, searching, and transforming data collections using range-based logic.

    C++
    GitHub पर देखें↗4,367
  1. Home
  2. Programming Languages & Runtimes
  3. Range Algorithms

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

  • Custom Range AdaptorsTools for defining user-specified ranges and compatible iterators for custom data structures. **Distinct from Range Algorithms:** Distinct from Range Algorithms: focuses on the implementation of the range and iterator interfaces rather than the algorithms that operate on them.
  • Custom Range ImplementationThe process of building user-defined range types and views that integrate with standard range algorithms. **Distinct from Range Algorithms:** Focuses on the creation of the range type itself, whereas Range Algorithms focus on the operations performed upon them.