From e9ea79d0dfa1a5d280e187a259cbd6de4bb020f5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20Renault?= Date: Tue, 5 Mar 2024 11:44:32 +0100 Subject: [PATCH] Update heed/src/cookbook.rs Co-authored-by: Tamo --- heed/src/cookbook.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/heed/src/cookbook.rs b/heed/src/cookbook.rs index ed14ec3d..30535bf7 100644 --- a/heed/src/cookbook.rs +++ b/heed/src/cookbook.rs @@ -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