How do you guard against stack overflows

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

    A new, portable, regular expression language

  • I noticed this when a test case of a parser I wrote failed in CI on Windows. I then learned that the default stack size on Windows is only 1 MiB whereas its 8 MiB on Linux if I remember correctly. The parser has a hard-coded recursion limit to prevent stack overflows, which is currently set to 128. However, this limit is lower than necessary on Linux, and might still be too high for some platforms (embedded?)

  • 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 call from Rust into JS, Java, C#, Ruby and Python?

    1 project | /r/rust | 10 Jan 2023
  • Melody 0.18 (a sane alternative to regular expressions)

    2 projects | /r/ProgrammingLanguages | 27 Jun 2022
  • Fuzzing rust-minidump at Mozilla for Embarrassment and Crashes – Part 2

    1 project | /r/rust | 24 Jun 2022
  • Where would you put Error enums?

    1 project | /r/rust | 21 Jun 2022
  • Rulex – A new, portable, regular expression language

    1 project | /r/patient_hackernews | 10 Jun 2022