New:Socket for Asana Is Now Available.Learn more
Get Started

append-only-vec

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

append-only-vec

Source
crates.io
Version
0.1.0
Version published
Weekly downloads
169K
17.23%
Maintainers
1
Weekly downloads
 
Created
Source

Append-only-vec

Latest version Documentation Build Status

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.

FAQs

Package last updated on 08 Mar 2022

Related posts