Layout of Rust's u128 and i128 changed

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

    SatCat5 is a mixed-media Ethernet switch that lets a variety of devices communicate on the same network.

  • I needed 128-bit and 256-bit integers on an embedded project recently.

    In short, it was for fixed-point digital signal processing. The raw input and output samples were int64_t. We needed to add, subtract, multiply, and accumulate these to do filtering and linear regression with no loss of precision.

    Conventional bigintegers weren't an option because the target application doesn't allow heap allocation. So we rolled our own [1] stack-allocated, fixed-width big integer class.

    [1] https://github.com/the-aerospace-corporation/satcat5/blob/ma...

  • 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

  • Functionally-Complete Boolean Logic in Real DRAM Chips: Experimental Characterization and Analysis

    1 project | dev.to | 23 Apr 2024
  • FPGA for Deep Learning: Survey and Future Directions

    4 projects | news.ycombinator.com | 22 Apr 2024
  • Finding the Right "Brain" and Software for Civilian Drone. Part 2

    1 project | dev.to | 19 Mar 2024
  • Show HN: SatCat5, the open-source FPGA Ethernet switch

    3 projects | news.ycombinator.com | 16 Mar 2024
  • LumaCode

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