Skip to content

Commit

Permalink
Update heed/src/cookbook.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Tamo <[email protected]>
  • Loading branch information
Kerollmops and irevoire committed Mar 5, 2024
1 parent 8fb73f1 commit e9ea79d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions heed/src/cookbook.rs
Original file line number Diff line number Diff line change
Expand Up @@ -352,8 +352,8 @@
//!
//! This limits some usecases that require a parallel access to the content of the databases
//! to process stuff faster. This is the case of arroy, a multithreads fast approximate
//! neighbors search library. I wrote [an article to explain the tricks I implemented to be able
//! to read entries in parallel while writing in another file][arroy article].
//! neighbors search library. I wrote [an article explaining how
//! to read entries in parallel][arroy article].
//!
//! It is forbidden to write in an environement while reading in it. However, it is possible
//! to keep pointers to the values of the entries returned by LMDB. Those pointers are valid
Expand Down

0 comments on commit e9ea79d

Please sign in to comment.