Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
ibraheemdev committed Jul 29, 2023
1 parent a73576d commit 3706a4a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,7 @@

A concurrent, append-only vector.

The vector provided by this crate suports concurrent `get` and `push` operations.
Reads are always lock-free, as are writes except when resizing is required.
The vector provided by this crate suports concurrent `get` and `push` operations. All operations are lock-free.

# Examples

Expand Down

0 comments on commit 3706a4a

Please sign in to comment.