Skip to content

Need to say in documentation that you are doing a linear search #11

@lukehutch

Description

@lukehutch

I was excited to find this announcement:

https://www.reddit.com/r/FlutterDev/comments/1ai0xs7/announcing_mobilefirst_dvdb_dart_vector_db_the/

But then I was curious about the scaling performance of search, so I looked at the code, and found that you're doing a linear search through documents. This is terrible for scalability, and your benchmarks are therefore deceptive, because you are only searching a small number of documents...

You need to spell this out in your README.md, otherwise users may be surprised.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions