NDatabase - Fast data model creation - Powerful Async / Sync API icon

NDatabase - Fast data model creation - Powerful Async / Sync API -----

Lightweight opensource and easy to use INDEXED key-value database multi-platform framework



0.1.3 - Thread pool & improvements
this pre-release introduce the usage of a thread pool for async database operations.
Using thread pool will improve performances as there is no need to recreate thread on the fly as we can reuse one from the pool

Configure the threadpool in the config :

Code (Text):

# The number of thread that will be used for your async database call
# If you are using MySQL, I would advice to set the same number as "minimum idle connection"
# In the case were you have more than 3 running operation, extra thread will be created temporarily
idle-thread-pool-size: 3
 
----------, Feb 4, 2023
Resource Information
Author:
----------
Total Downloads: 1,070
First Release: Feb 3, 2023
Last Update: Dec 16, 2024
Category: ---------------
All-Time Rating:
4 ratings
Find more info at github.com...
Version -----
Released: --------------------
Downloads: ------
Version Rating:
----------------------
-- ratings