From: Jérôme Benoit Date: Tue, 29 Aug 2023 00:06:09 +0000 (+0200) Subject: docs: refine README.md X-Git-Tag: v2.6.38~13 X-Git-Url: https://git.piment-noir.org/?a=commitdiff_plain;h=5bc1986003cb6089846fde707ec9bb6afbaf28d5;p=poolifier.git docs: refine README.md Signed-off-by: Jérôme Benoit --- diff --git a/.vscode/settings.json b/.vscode/settings.json index e146c7ad..7fd27c93 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -7,6 +7,7 @@ "Ardizio", "autobuild", "Benoit", + "bufferutil", "caffeinate", "cloneable", "codeql", diff --git a/README.md b/README.md index 47a680d0..d812e8ba 100644 --- a/README.md +++ b/README.md @@ -35,9 +35,9 @@ Moreover you can execute your tasks using an API designed to improve the **devel Please consult our [general guidelines](#general-guidelines). - Easy to use :white_check_mark: -- Performance [benchmarks](./benchmarks/README.md) :white_check_mark: - Fixed and dynamic pool size :white_check_mark: - Easy switch from a pool type to another :white_check_mark: +- Performance [benchmarks](./benchmarks/README.md) :white_check_mark: - No runtime dependencies :white_check_mark: - Proper integration with Node.js [async_hooks](https://nodejs.org/api/async_hooks.html) :white_check_mark: - Support for CommonJS, ESM, and TypeScript :white_check_mark: