-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Description
For DiskIO, asyncio support would be nice.
( + optionally multiprocessing for CPU-bound search)
To my knowledge, read//write to disk is (altho depending on OS) generally only supported blocking.
Therefore, I'd propose using a threadpool for this.
https://github.com/aiotinydb/aiotinydb already has that implemented, however assuming that performance is same as for the original tinydb
Metadata
Metadata
Assignees
Labels
No labels