Rust-Cache

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
  • rust-memchr

    Optimized string search routines for Rust.

  • I agree with everything you said, but I don't see how it leads the OP's formulation being silly or wrong or not useful. Here's another example (of my own) where you can pick an upper bound for `n` and base your complexity analysis around it. In this case, we're trying to provide an API guarantee that a search takes O(m+n) time despite wanting to use an O(mn) algorithm in some subset of cases. We can still meet the O(m+n) bound by reasoning that the O(mn) algorithm is only used in a finite set of cases, and thus collapses to O(1) time. Therefore, the O(m+n) time bound is preserved. And this isn't a trick either. That really is the scaling behavior of the implementation. See: https://github.com/BurntSushi/memchr/blob/ce7b8e606410f6c81a...

    > If an algorithm is defined as being unscalable (fixed input), what sense does it make to describe that it scales constantly with input size?

    I'll answer your question with another: in what cases does it make sense to describe the scaling behavior of algorithm with O(1)?

  • 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

  • Memchr: Optimized string search routines for Rust

    1 project | news.ycombinator.com | 13 Jan 2024
  • Rust memchr adds aarch64 SIMD with impressive speedups

    1 project | news.ycombinator.com | 29 Aug 2023
  • Ripgrep now twice as fast on Apple Silicon with new aarch64 SIMD implementations

    1 project | news.ycombinator.com | 28 Aug 2023
  • Checking for the absence of a string, naive AVX-512 edition

    3 projects | news.ycombinator.com | 16 Dec 2022
  • Code critique/review request

    4 projects | /r/learnrust | 22 Sep 2022