From 0e90386c84e450d1000de9e47c726c03ec2127ba Mon Sep 17 00:00:00 2001 From: "K.Y" Date: Sat, 9 Dec 2023 18:35:24 +0800 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 4ce3d4a..dab255d 100644 --- a/README.md +++ b/README.md @@ -40,6 +40,7 @@ A high-performance dictionary database. The `flaxkv` provides an interface very similar to a dictionary for interacting with high-performance key-value databases. More importantly, as a persistent database, it offers performance close to that of native dictionaries (in-memory access). You can use it just like a Python dictionary without having to worry about blocking your user process when operating the database at any time. + --- ## Key Features