Show HN: I made a library for dynamic stack strings in C

This page summarizes the projects mentioned and recommended in the original post on news.ycombinator.com

InfluxDB - Purpose built for real-time analytics at any scale.
InfluxDB Platform is powered by columnar analytics, optimized for cost-efficient storage, and built with open data standards.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • sstr

    Stack allocated dynamic strings in C, safe and fast.

  • InfluxDB

    Purpose built for real-time analytics at any scale. InfluxDB Platform is powered by columnar analytics, optimized for cost-efficient storage, and built with open data standards.

    InfluxDB logo
  • c-allocators

    A collection of public domain single-file custom allocators for C/C++

    I've been playing with this arena bump allocator.

    https://github.com/gilzoide/c-allocators

    I've been using it with an event driven code where after an event is fired off and returns the handler just hard resets the arena.

    You could probably use something like that as well.

    Either way I support not mixing manual memory management with business logic.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • Single-file Stack and Double Ended Stack Allocators in C

    1 project | /r/C_Programming | 11 Feb 2021
  • Header only Parsing Expression Grammars (PEG) runtime engine for C

    1 project | /r/Compilers | 18 Feb 2021
  • Ask HN: What should I build this week?

    1 project | news.ycombinator.com | 3 Aug 2024
  • Show HN: Create diagrams of complex data flows in software systems

    5 projects | news.ycombinator.com | 26 Jul 2024
  • Ask HN: What's the best SaaS boilerplate/all in one solution to build a PoC/MVP?

    1 project | news.ycombinator.com | 7 Jul 2024

Did you konow that C is
the 7th most popular programming language
based on number of metions?