pasts VS ghost-collections

Compare pasts vs ghost-collections and see what are their differences.

ghost-collections

Safe collections written in stable Rust, based on GhostCell and StaticRc. (by matthieu-m)
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
pasts ghost-collections
6 8
110 175
4.5% -
4.0 1.8
11 months ago almost 3 years ago
Rust Rust
Apache License 2.0 Apache License 2.0
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

pasts

Posts with mentions or reviews of pasts. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-06-14.
  • `alternator` gives an async function access to data but gives it back on await points
    3 projects | /r/rust | 14 Jun 2022
    This was one of the original ideas behind pasts. I wanted to share data on a single threaded executor without using RefCell, so I created the Join struct api (renamed and redesigned many times). I'm curious what you think of that approach.
  • Pasts - A No-Std Compatible Async Runtime
    5 projects | /r/rust | 10 Jun 2022
    Pointing out that you're comparing apples to oranges. First off, that example isn't marked #[no_std], that means it will not work on no-std. It's not the same example. You need to define a panic handler, eh_personality and an allocator all of which are conviniently ignored in your linked example because it targets std instead of no-std. If you look at the actual equivalent example in pasts, it is actually not more boilerplate: https://github.com/ardaku/pasts/blob/stable/examples/timer.rs

ghost-collections

Posts with mentions or reviews of ghost-collections. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-06-14.

What are some alternatives?

When comparing pasts and ghost-collections you can also consider the following projects:

tarpc - An RPC framework for Rust with a focus on ease of use.

qcell - Statically-checked alternatives to RefCell and RwLock

wasm-futures-executor - Executor for asynchronous task based on wasm web workers.

static-rc - Compile-time reference counting

async-graphql - A GraphQL server library implemented in Rust

cargo-geiger - Detects usage of unsafe Rust in a Rust crate and its dependencies.

rust - Empowering everyone to build reliable and efficient software.

orz - a high performance, general purpose data compressor written in the crab-lang

rust-rdkafka - A fully asynchronous, futures-based Kafka client library for Rust based on librdkafka

nomicon - The Dark Arts of Advanced and Unsafe Rust Programming

smol - A small and fast async runtime for Rust

rust - Rust for the xtensa architecture. Built in targets for the ESP32 and ESP8266