When dealing with C, when is Go slow?

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

    comparing the c ffi (foreign function interface) overhead on various programming languages

  • If you're calling back and forth between C and Go in a performance critical way. It's one of the slowest languages for wrapping C that there is. I've personally hit this bottleneck in numerous projects, wrapping things like libutp and sqlite. See also https://github.com/dyu/ffi-overhead

  • 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

  • Understanding N and 1 queries problem

    3 projects | news.ycombinator.com | 2 Jan 2023
  • Comparing the C FFI overhead on various languages

    1 project | /r/patient_hackernews | 14 May 2022
  • Comparing the C FFI overhead on various languages

    1 project | /r/hackernews | 14 May 2022
  • Comparing the C FFI overhead on various languages

    4 projects | news.ycombinator.com | 14 May 2022
  • Using Windows API in Julia?

    3 projects | /r/Julia | 1 Feb 2022