Which CPU to buy based on profiling

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

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

    Get JSON values quickly - JSON parser for Go

  • Thank you for the reminder, it's never too much of it :) Didn't say it, but the code was pprof-iled many times and i can really say it's well optimized. I use own libraries with on-the-fly equations (sums, avgs, emas, stds, ...) wherever possible and also made custom json parser as json messages are in fixed format, so the parser is about 10x faster than gjson. I optimized it to the point that I avoided using maps, and rather iterate via slice where ever possible.

  • 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

  • Mapping json fields in api calls to a struct to store them in a database or cache

    1 project | /r/golang | 28 Mar 2023
  • Jetro - transform and query JSON format

    1 project | /r/rust | 19 Mar 2023
  • Any way to convert unknown/dynamic json to generic object structure

    3 projects | /r/golang | 2 Mar 2023
  • Ad hoc JSON parsing

    4 projects | /r/golang | 16 Jan 2023
  • Is there a way to parse unstructured data?

    6 projects | /r/golang | 27 Nov 2022