printf

Tiny, fast(ish), self-contained, fully loaded printf, sprinf etc. implementation; particularly useful in embedded systems. (by eyalroz)

Printf Alternatives

Similar projects and alternatives to printf

  • cosmopolitan

    build-once run-anywhere c library

  • carbon-lang

    Carbon Language's main repository: documents, design, implementation, and related tools. (NOTE: Carbon Language is experimental; see README)

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • stb

    stb single-file public domain libraries for C/C++

  • cppfront

    A personal experimental C++ Syntax 2 -> Syntax 1 compiler

  • Vrmac

    Vrmac Graphics, a cross-platform graphics library for .NET. Supports 3D, 2D, and accelerated video playback. Works on Windows 10 and Raspberry Pi4.

  • jakt

    The Jakt Programming Language

  • printf

    Tiny, fast, non-dependent and fully loaded printf implementation for embedded systems. Extensive test suite passing.

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

    WorkOS logo
  • drogon

    Drogon: A C++14/17/20 based HTTP web application framework running on Linux/macOS/Unix/Windows

  • gx

    A Go->C++transpiler meant for data-oriented gameplay and application programming especially for WebAssembly. Using this mostly in the context of specific personal projects and heavily focusing the feature set on those. Used in my Raylib gamejam project: https://github.com/nikki93/raylib-5k -- also being used to develop a private longer term game project and a note-taking app. (by nikki93)

  • nanoprintf

    The smallest public printf implementation for its feature set.

  • callback_printf

    callback_printf allows the implementation of portable sprintf, snprintf, vsprintf and vsnprintf like output functions. The code includes wrappers for those functions. It supports all formats of the C 11 standard. wchar_t arguments and strings are printed as UTF-8. It's pretty fast, threadsafe and has no dependencies to other libraries.

  • pwned

    Simple C++ code for simple tasks (by nurettin)

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a better printf alternative or higher similarity.

printf reviews and mentions

Posts with mentions or reviews of printf. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-02-07.
  • MISRA C
    1 project | news.ycombinator.com | 7 Nov 2023
    From my experience, maintaining a standalone/embedded printf library - MISRA is a combination of two things: Common-sense rules, and pain-in-the-ass rules. Example of the latter: Avoiding implementation-defined types like `int` in places where my code doesn't care about what sizeof(int) is.

    I was able to accommodate most (?) of the MISRA rules (https://github.com/eyalroz/printf/issues/77), but mine is just a small library, so I don't know how restrictive they would be for a larger codebase.

  • Sprintf without C library
    5 projects | /r/C_Programming | 7 Feb 2023
    Note that https://github.com/eyalroz/printf is the fork of mpaland that is being maintained.
  • What is the most efficient way to create an ASCII string from multiple types?
    1 project | /r/embedded | 29 Dec 2022
    Take a look at an embedded focused sprintf like this one and measure: https://github.com/eyalroz/printf
  • Cppfront, Herb Sutter's proposal for a new C++ syntax
    13 projects | news.ycombinator.com | 17 Sep 2022
    > I have some bad C++ experienced, and I know enough programmers I respect who stick to C over C++.

    Do you know such people who work on large software systems, as opposed to, say, micro-controller firmware, or kernel drivers and such?

    (Asking as a person who maintains an important(ish) C library for embedded coders: https://github.com/eyalroz/printf)

  • A note from our sponsor - SaaSHub
    www.saashub.com | 24 Apr 2024
    SaaSHub helps you find the best software and product alternatives Learn more →

Stats

Basic printf repo stats
4
361
0.0
3 months ago

eyalroz/printf is an open source project licensed under MIT License which is an OSI approved license.

The primary programming language of printf is C.


Sponsored
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com