MCPcopy Index your code
hub / github.com/droundy/append-only-vec

github.com/droundy/append-only-vec @main

Chat with this repo
repository ↗ · DeepWiki ↗ · + Follow
43 symbols 105 edges 2 files 9 documented · 21%

Browse by type

Functions 38 Types & classes 5
What it actually does AI analysis from the code graph — generated when you open this
loading…
README

Append-only-vec

Latest version Documentation Build Status

Note: currently there are frequent CI failures above, which are simply due to failure to install miri to run the test. The tests do pass when run locally.

This crate defines a single data simple structure, which is a vector to which you can only append data. It allows you to push new data values even when there are outstanding references to elements of the AppendOnlyVec. Reading from a AppendOnlyVec is much faster than if it had been protected by a std::sync::RwLock.

Core symbols most depended-on inside this repo

Shape

Method 26
Function 12
Class 5

Languages

Rust100%

Modules by API surface

src/lib.rs36 symbols
benches/bench.rs7 symbols

For agents

$ claude mcp add append-only-vec \
  -- python -m otcore.mcp_server <graph>

⬇ download graph artifact

Ask about this repo answers extend the page