awesome-repositories.com
Blog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
louisdx avatar

louisdx/cxx-prettyprint

0
View on GitHub↗
570 stars·70 forks·C++·BSL-1.0·4 viewslouisdx.github.com/cxx-prettyprint↗

Cxx Prettyprint

A header-only library for C++(0x) that allows automagic pretty-printing of any container.

Features

  • Data Formatting - Pretty-printing arbitrary containers.
  • Development Utilities - Printing library for C++ containers.
  • General Utilities - Pretty printing library for standard containers.

Star history

Star history chart for louisdx/cxx-prettyprintStar history chart for louisdx/cxx-prettyprint

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Frequently asked questions

What does louisdx/cxx-prettyprint do?

A header-only library for C++(0x) that allows automagic pretty-printing of any container.

What are the main features of louisdx/cxx-prettyprint?

The main features of louisdx/cxx-prettyprint are: Data Formatting, Development Utilities, General Utilities.

What are some open-source alternatives to louisdx/cxx-prettyprint?

Open-source alternatives to louisdx/cxx-prettyprint include: astral-sh/uv — uv is a high-performance Python package manager and project build tool designed to handle dependency resolution,… filipw/dotnet-script — Run C# scripts from the .NET CLI. anrieff/libcpuid — a small C library for x86 CPU detection and feature extraction. antirez/sds — sds is a C dynamic string library that provides a memory management wrapper for heap-allocated strings. It implements… facebookresearch/hydra — Hydra is a hierarchical configuration framework and type-safe configuration manager. It is designed to manage complex… fmtlib/fmt — fmt is a type-safe C++ text formatting library used to convert data into formatted strings and text. It serves as a…

Open-source alternatives to Cxx Prettyprint

Similar open-source projects, ranked by how many features they share with Cxx Prettyprint.
  • antirez/sdsantirez avatar

    antirez/sds

    5,486View on GitHub↗

    sds is a C dynamic string library that provides a memory management wrapper for heap-allocated strings. It implements binary-safe storage by tracking string lengths explicitly, allowing the library to handle null characters within data. The library distinguishes itself through a memory architecture that uses interchangeable function pointers for allocation and freeing, enabling the integration of custom memory managers. It utilizes header-stored length tracking to provide constant-time length retrieval and maintains null-terminated buffer padding to ensure compatibility with standard C string

    C
    View on GitHub↗5,486
  • astral-sh/uvastral-sh avatar

    astral-sh/uv

    86,451View on GitHub↗

    uv is a high-performance Python package manager and project build tool designed to handle dependency resolution, virtual environment orchestration, and Python interpreter management. It functions as a comprehensive workspace orchestrator, enabling developers to manage complex, multi-package repositories and ensure reproducible builds across different platforms. The tool distinguishes itself through its use of a global, content-addressable cache and hard-link-based environment provisioning, which allow for near-instant environment creation and minimal disk usage. It employs a high-performance

    Rustpackagingpythonresolver
    View on GitHub↗86,451
  • anrieff/libcpuidanrieff avatar

    anrieff/libcpuid

    532View on GitHub↗

    a small C library for x86 CPU detection and feature extraction

    C
    View on GitHub↗532
  • facebookresearch/hydrafacebookresearch avatar

    facebookresearch/hydra

    10,449View on GitHub↗

    Hydra is a hierarchical configuration framework and type-safe configuration manager. It is designed to manage complex application settings through composable configuration files and command-line overrides, ensuring that configuration values match expected data types during instantiation. The framework functions as a dynamic object instantiator that creates class instances directly from hierarchical configuration values and nested objects. It also operates as a hyperparameter sweep orchestrator and cluster job launcher, enabling the execution of multiple application runs across parameter range

    Python
    View on GitHub↗10,449
See all 30 alternatives to Cxx Prettyprint→