-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
# [0.3.0](v0.2.0...v0.3.0) (2022-08-02) ### Features * **collection:** add or property to conditionally execute chain operations ([dc4fb79](dc4fb79)) <details> <summary>View benchmarks</summary> - `db.get` (1000k records): - **native** `Array.prototype.find()`: 116 ops/s - **newton** without PK: 2 ops/s - **newton** with pk: 15205 ops/s - `db.find` (1000k records): - **native** `Array.prototype.find()`: 113 ops/s - **newton** without PK: 6 ops/s - **newton** with pk: 74274 ops/s - `new Newton()`: - 1k records: 4401 ops/s - 10k records: 381 ops/s - 100k records: 9 ops/s - 1000k records: 1 ops/s </details>
- Loading branch information
1 parent
dc4fb79
commit 900d4c3
Showing
3 changed files
with
33 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters