Speeding up incremental Rust compilation with dylibs - Robert Krahn

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

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

    Modern C++ Terminal Emulator (by christianparpart)

  • Now that I'm well rested I decided to compile some similar terminal emulators with clang++ and rustc to see how big of a gap we're looking at. For the C++ terminal emulator I compiled contour with ~80k lines of C++ and over 200k lines when accounting for dependencies (not including dynamically linked dependencies), and then I'm using alacritty with ~35k lines of Rust and over 2 million (!) lines for the whole dependency tree when vendoring all dependencies. Because Rust tries to make most software cross platform with conditional compilation and many of these aren't Linux specific libraries I'm gonna assume it's compiling half or two thirds of the lines of dependencies for this experiment with the C++ compiling probably 3/4ths of the dependency tree considering I'm not on windows.

  • 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

  • Contour: Modern and Fast Terminal Emulator

    1 project | /r/hypeurls | 10 Oct 2023
  • Contour Terminal – A Modern and Cross-Platform C++ Terminal Emulator

    1 project | news.ycombinator.com | 29 Jan 2023
  • Is there a way to make Dolphin use a terminal app other than Konsole?

    1 project | /r/kde | 17 Nov 2022
  • Contour: Modern C++ Terminal Emulator

    1 project | /r/CKsTechNews | 18 Feb 2022
  • Contour: Modern C++ Terminal Emulator

    1 project | news.ycombinator.com | 17 Feb 2022