Integer Conversions and Safe Comparisons in C++20

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

    A fast and lightweight native programming language

  • Virgil has a family of completely well-defined (i.e. no UB) fixed-size integer types with some hard-fought rules that I eventually got around to documenting here:

    https://github.com/titzer/virgil/blob/master/doc/tutorial/Fi...

    One of the key things is that values are never silently truncated (other than 2's-complement wrap-around) or values changed; only promotions. The only sane semantics for over-shifts (shifts larger than the size of the type) is to shift the bits out, like a window.

    The upshot of all that is that Virgil has a pretty sane semantics for fixed-size integers, IMHO.

  • 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

  • Melhorando e configurando seu novo Shell linux. Pt-2

    5 projects | dev.to | 2 May 2024
  • Neofetch: A command-line system information tool written in bash 3.2

    1 project | news.ycombinator.com | 2 May 2024
  • What is Odevio? Exploring iOS Deployment on Windows & Linux

    1 project | dev.to | 2 May 2024
  • Debugging production CDK Node.js app with AWS Fargate

    2 projects | dev.to | 2 May 2024
  • Nerdfetch, a Neofetch Alternative with NerdFonts

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