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
mikejsavage avatar

mikejsavage/ggformat

0
View on GitHub↗
42 stars·2 forks·C++·8 views

Ggformat

ggformat is a liberally licensed string formatting library for C++ that supports user defined types and sub-second compile times. It's meant to be used as a replacement for printf and friends.

Features

  • String Processing - Printf replacement.

Star history

Star history chart for mikejsavage/ggformatStar history chart for mikejsavage/ggformat

How this analysis was created: This summary and feature list are AI-generated from collected project material and can contain mistakes. Stars, license and language are imported from GitHub. Inclusion does not mean that we have tested or audited this project. Check the source documentation for any feature you depend on. Learn more on our About page.

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 mikejsavage/ggformat do?

ggformat is a liberally licensed string formatting library for C++ that supports user defined types and sub-second compile times. It's meant to be used as a replacement for printf and friends.

What are the main features of mikejsavage/ggformat?

The main features of mikejsavage/ggformat are: String Processing.

Which projects share features with mikejsavage/ggformat?

Projects with overlapping indexed features include: wooorm/levenshtein.c — Vladimir Levenshtein’s edit distance algorithm [1][wiki] as a C library. There’s also a CLI: [levenshtein(1)][cli],… c42f/tinyformat — tinyformat.h is a type safe printf replacement library in a single C++ header file. If you've ever wanted printf("%s",… gingerbill/gb — gb single-file public domain libraries for C & C++. jwlodek/csplit — A single header C library that can be used to easily handle splitting strings and other string operations in C. adamyaxley/obfuscate — Source available on GitHub. maxim2266/str — Note: This is version 2 of the library, v1 is now in maintenance mode, and is available in this repository under v1…

Projects sharing features with Ggformat

These projects share indexed features with Ggformat. Shared tags can include platform or build tooling; verify the primary use case before treating a result as a replacement.
  • c42f/tinyformatc42f avatar

    c42f/tinyformat

    561View on GitHub↗

    tinyformat.h is a type safe printf replacement library in a single C++ header file. If you've ever wanted printf("%s", s) to just work regardless of the type of s, tinyformat might be for you. Design goals include:

    C++
    View on GitHub↗561
  • gingerbill/gbgingerBill avatar

    gingerBill/gb

    741View on GitHub↗

    gb single-file public domain libraries for C & C++

    C
    View on GitHub↗741
  • jwlodek/csplitjwlodek avatar

    jwlodek/csplit

    55View on GitHub↗

    A single header C library that can be used to easily handle splitting strings and other string operations in C.

    C
    View on GitHub↗55
  • adamyaxley/obfuscateadamyaxley avatar

    adamyaxley/Obfuscate

    1,307View on GitHub↗

    Source available on GitHub

    C++
    View on GitHub↗1,307
Compare all 10 related projects→