#collection #append-only

appendvec

A concurrent append-only container of immutable values

5 releases

Uses new Rust 2024

new 0.1.5 Feb 18, 2026
0.1.4 Feb 16, 2026
0.1.2 Jan 29, 2026
0.1.0 Dec 28, 2025

#224 in Concurrency

Download history 131/week @ 2026-01-15 164/week @ 2026-01-22 868/week @ 2026-01-29 68/week @ 2026-02-05 468/week @ 2026-02-12

1,570 downloads per month
Used in 2 crates (via blazinterner)

MIT/Apache

115KB
1.5K SLoC

AppendVec: a concurrent append-only container of immutable values

Crate Documentation Minimum Rust 1.85.0 Lines of Code Dependencies License Codecov Build Status Test Status

This container data structure ensures that reads return stable references and can happen concurrently to a write.

Dependencies

~105KB