Skip to content

[Feature Request] Asyncio support #8

@ttlns

Description

@ttlns

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions