Im moving a big array around too much

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

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

  • [My Github]("https://github.com/jackrizza/compare_list") https://github.com/jackrizza/compare_list/blob/master/src/main.rs

  • sandbox

    A sand simulation game

  • Overflowing the stack: Use a Vec, or Box<[T; N]> (boxed array). A boxed array is a heap allocated array, where the box part just points to some data on the heap, so it's cheap to move around. Both are pretty much equivalent, boxed array is maybe slightly more faster/correct. Note that if you use a boxed array, due to some missing compiler optimizations, you'll probably just get a stack overflow anyways, as the compiler will first store the array on the stack, and then copy it to the heap. This can be solved with some unsafe code, such as in https://github.com/JMS55/sandbox/blob/master/src/heap_array.rs.

  • 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

  • Terra Firma, a playable erosion simulation (Free, Works on Proton)

    2 projects | /r/linux_gaming | 17 Jan 2023
  • WebGPU computations performance in comparison to WebGL

    1 project | news.ycombinator.com | 1 Dec 2021
  • The Similarities between an ECS and a rendergraph

    1 project | /r/gamedev | 21 Jul 2021
  • Any interest in a Games From Scratch club?

    2 projects | /r/UMD | 13 May 2021
  • Open source projects that need help at beginner/intermediate level

    3 projects | /r/rust | 13 Jan 2022