Is string splitting supposed to be this painful?

This page summarizes the projects mentioned and recommended in the original post on /r/cprogramming

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.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • c-fancy-string

    A C library for easy and fun string manipulation

  • I can totally relate with this post. I was faced with a similar situation a few weeks ago while experimenting with a C library for a particular network protocol and started struggling while trying to implement basic string operations. I ended up taking a tangent and writing a simple string manipulation library with an API similar to JavaScript's String API. I am sharing it here in case anyone is interested. I called it lib. Be warned though: performance was not at the top of my list of design goals for this project. In other words, there is a lot of copying of things around happening, which comes at a cost. But I think it's going to be a fun library to work with for projects where performance is not a deciding factor (e.g., script-style programs).

  • 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
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