ghost-collections VS qcell

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

ghost-collections

Safe collections written in stable Rust, based on GhostCell and StaticRc. (by matthieu-m)

qcell

Statically-checked alternatives to RefCell and RwLock (by uazu)
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
ghost-collections qcell
8 2
175 342
- -
1.8 4.5
almost 3 years ago 9 months 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.

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.

qcell

Posts with mentions or reviews of qcell. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-01-23.
  • QCell 0.5.0 release, with no_std support
    2 projects | /r/rust | 23 Jan 2022
    An unsoundness issue in TCell and TLCell was discovered and fixed by GitHub user steffahn. This is due to Rust TypeId taking into account the lifetime, i.e. you get a different type-id for the same type with different lifetimes, and Rust will automatically cast between them. The solution is to force invariance with some type voodoo. This is a weird corner of Rust I'd never understood before. Ideally std::any::TypeId docs should be improved. (This bug does not affect the safety of correct use of the crate, but fixing it blocks a malicious coder from getting potential unsoundness through a code review.)
  • GhostCell: Separating Permissions from Data in Rust
    3 projects | /r/rust | 16 Aug 2021
    This is slightly unrelated, but this thread made me dig up my own code that I was writing which was going to be essentially the same as the QCell crate, until I discovered that the QCell crate exists, at which point I stopped working on it and contributed to QCell instead (this PR).

What are some alternatives?

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

pasts - Minimal and simpler alternative to the futures crate.

3D-Cellular-Automata-WGPU - 3d Cellular Automata using WGPU in Rust (for the web and using compute shaders)

static-rc - Compile-time reference counting

advisory-db - Security advisory database for Rust crates published through crates.io

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

samsara - a reference-counting cycle collection library in rust

nomicon - The Dark Arts of Advanced and Unsafe Rust Programming

deno - A modern runtime for JavaScript and TypeScript.

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

alacritty - A cross-platform, OpenGL terminal emulator.