Skip to content

v0.3.0

Compare
Choose a tag to compare
@alexberriman alexberriman released this 02 Aug 00:11
· 13 commits to main since this release

0.3.0 (2022-08-02)

Features

  • collection: add or property to conditionally execute chain operations (dc4fb79)
View benchmarks
  • db.get (1000k records):
    • native Array.prototype.find(): 120 ops/s
    • newton without PK: 1 ops/s
    • newton with pk: 15184 ops/s
  • db.find (1000k records):
    • native Array.prototype.find(): 104 ops/s
    • newton without PK: 6 ops/s
    • newton with pk: 73685 ops/s
  • new Newton():
    • 1k records: 4763 ops/s
    • 10k records: 391 ops/s
    • 100k records: 9 ops/s
    • 1000k records: 1 ops/s