Apple's new library format combines the best of dynamic and static

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

    Mold: A Modern Linker 🦠

  • The problem is not Apple-specific and actually can (and perhaps will) be spread elsewhere

    The specific optimization this achieves is during build time only: these new files are primarily quicker to link static libraries. It is a small shift of some of the linking pipeline into the (parallel) builds of dependencies, rather than heaping it all onto the linker at the end of the build, having to essentially re-link from scratch for every small change

    Parallelization has long been known as the best way to speed up linking. This change comes in addition to a rewritten parallel linker. Mold did it first: https://github.com/rui314/mold

    This is one of the largest improvements that Zig brings – lightning fast recompiles, bringing the native development cycle closer to web speed.

    Static linking is required to get the best performance: with cross-language PGO, LTO and dead code elimination

    If this optimization is generally applicable and developers find it worthwhile, I could imagine this making its way to GCC land

  • 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

  • How to Use ChatGPT to Kickstart Your Project and Begin Your Journey as a Programmer

    2 projects | dev.to | 1 Jun 2024
  • CERN Root

    1 project | news.ycombinator.com | 1 Jun 2024
  • Testing Sync at Dropbox

    1 project | news.ycombinator.com | 31 May 2024
  • Quickly checking whether a string needs escaping

    1 project | news.ycombinator.com | 31 May 2024
  • How to Copy a File From a 30-year-old Laptop

    1 project | news.ycombinator.com | 31 May 2024