objectbox / objectbox/objectbox-dart

Benchmark improvements

Open
#373 0 comments 1 reaction 1 assignee View on GitHub

@greenrobot-team is already working on this.

Since Jul 5, 2022.

enhancement
Dominant language
Dart
Stars
1.2k
Forks
162
Avg merge
15m
Merged PRs (30d)
1

Description

  • Ensure that all benchmarks run on a worker isolate or async to avoid any disadvantages due to Darts message handling.
  • Try to compare async APIs for all databases tested. Currently for objectbox and isar synchronous APIs are used, while Hive and sqflite use async APIs which may introduce additional overhead.
    • At least clearly indicate if there may be significant overhead due to using asynchronous APIs (should only be an issue for non-bulk async APIs, details tbd)

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.