Soursop and Ponies in Kona: A C++ Committee Trip Report

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

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

    A modern JSON library for Kotlin and Java.

  • Java annotations have enabled compile-time reflection since Java 1.6, and of course it has been used for serialization: https://github.com/square/moshi/#codegen

  • dynalizer

    C++ Dynamic loader generator for C APIs

  • not op, but i've done this a couple times both through the python API:

        https://github.com/jcelerier/dynalizer

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

    ossia score, an interactive sequencer for the intermedia arts

  • to automatically generate safe dlopen stubs for runtime dynamic library loading from header files

    and through the C++ one (this one is an extremely quick and dirty prototype):

    https://github.com/ossia/score/blob/master/src/plugins/score...

    to pre-instantiate get(aggregate), for_each(aggregate, f) and other similar functions in https://github.com/celtera/avendish because of how slow it is when done through TMP (doing it that way removed literally dozens of megabytes from my .o and had a positive performance impact even with -O3) ; so I weep a lot when I read that people in the committee object to pack...[indexing]

  • avendish

    declarative polyamorous cross-system intermedia objects

  • to automatically generate safe dlopen stubs for runtime dynamic library loading from header files

    and through the C++ one (this one is an extremely quick and dirty prototype):

    https://github.com/ossia/score/blob/master/src/plugins/score...

    to pre-instantiate get(aggregate), for_each(aggregate, f) and other similar functions in https://github.com/celtera/avendish because of how slow it is when done through TMP (doing it that way removed literally dozens of megabytes from my .o and had a positive performance impact even with -O3) ; so I weep a lot when I read that people in the committee object to pack...[indexing]

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

  • Learn How to Build Your Own Max for Live Devices

    3 projects | news.ycombinator.com | 24 Jan 2024
  • Opening Windows in Linux with sockets, bare hands and 200 lines of C

    2 projects | news.ycombinator.com | 9 May 2024
  • Qt Widgets Rendering Pipeline

    2 projects | news.ycombinator.com | 15 Dec 2023
  • Is it possible to do runtime compilation and execution of C code?

    3 projects | /r/LLVM | 9 Dec 2023
  • Speed Up C++ Compilation

    3 projects | news.ycombinator.com | 5 Aug 2023