From d52af0a86796c8f1a936d8a438d0ecff4b693453 Mon Sep 17 00:00:00 2001 From: Harrison Burt <57491488+ChillFish8@users.noreply.github.com> Date: Tue, 12 Oct 2021 21:44:30 +0100 Subject: [PATCH 1/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3e940e00..f3924643 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,7 @@ lnx although very new offers a wide range of features thanks to the ecosystem it - Permissions based authorization access tokens.

- Demo video + Demo video

From aaa70f6232c5bcb3d0921b1028e068df1a4876db Mon Sep 17 00:00:00 2001 From: Harrison Burt <57491488+ChillFish8@users.noreply.github.com> Date: Tue, 12 Oct 2021 21:46:31 +0100 Subject: [PATCH 2/2] Update README.md --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index f3924643..e9ffe856 100644 --- a/README.md +++ b/README.md @@ -39,7 +39,10 @@ lnx although very new offers a wide range of features thanks to the ecosystem it ### Performance lnx can provide the ability to fine tune the system to your particular use case. You can customise the async runtime threads. The concurrency thread pool, threads per reader and writer threads, all per index. -This gives you the ability to control in detail where your computing resources are going. Got a large dataset but lower amount of concurrent reads? Bump the reader threads in exchange for lower max concurrency. +This gives you the ability to control in detail where your computing resources are going. Got a large dataset but lower amount of concurrent reads? Bump the reader +threads in exchange for lower max concurrency. + +The bellow figures were taken by our `lnx-cli` on the small `movies.json` dataset, we didn't try any higher as Meilisearch takes an incredibly long time to index millions of docs although the new Meilisearch engine has improved this somewhat. #### MeiliSearch ```