awesome-repositories.com
© 2026 Bringes Technology SRL·VAT RO45896025·hello@bringes.io
MCPSitemapPrivacyTerms
Collection Iterators · Awesome GitHub Repositories

2 repos

Awesome GitHub RepositoriesCollection Iterators

Interfaces for traversing data collections using standard patterns.

Distinguishing note: Focuses on iteration protocols for custom data structures.

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

  1. Home
  2. Data & Databases
  3. Collection Iterators

Awesome Collection Iterators GitHub Repositories

Describe the repository you're looking for…
Find the best repos with AI.We'll search the best matching repositories with AI.
  • nlohmann/json

    nlohmann/json

    48,929View on GitHub↗

    This library is a header-only C++ framework designed for the serialization, parsing, and manipulation of structured data. It provides a recursive variant data model that represents arbitrary structures as native types, allowing developers to navigate, modify, and patch hierarchical data using standard pointer paths and declarative update patterns. The project distinguishes itself through its template-based architecture, which enables type-safe data structures and custom type mapping at compile time. It offers a unified interface for binary format abstraction, supporting multiple compact repre

    Traverses collections using forward or reverse iterators, including support for range-based loops.

    C++bsoncborheader-only
    48,929View on GitHub↗
  • nushell/nushell

    nushell/nushell

    38,461View on GitHub↗

    Nushell is a cross-platform shell and programming language designed to treat all input and output as structured data rather than raw text streams. By enforcing data types and command signatures, it provides a consistent environment for building robust, pipeline-oriented workflows. The shell allows users to chain commands that pass structured objects between stages, enabling complex data processing and automation tasks that remain predictable across different operating systems. What distinguishes the project is its focus on interactive data exploration and modular extensibility. Users can quer

    Supports processing list elements by applying code blocks, filtering, or reducing collections.

    Rustnushellrustshell
    38,461View on GitHub↗