Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
ChillFish8 committed Oct 12, 2021
2 parents 595666f + aaa70f6 commit 2b49038
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,14 +32,17 @@ lnx although very new offers a wide range of features thanks to the ecosystem it
- Permissions based authorization access tokens.

<p align="center">
<img src="https://github.com/ChillFish8/lnx/blob/master/assets/demo.gif" alt="Demo video"/>
<img src="https://i.imgur.com/hmRl0q7.gif" alt="Demo video"/>
</p>


### 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
```
Expand Down

0 comments on commit 2b49038

Please sign in to comment.