Releases: alexberriman/newtondb
Releases · alexberriman/newtondb
v0.3.4
v0.3.3
v0.3.2
v0.3.1
v0.3.0
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
- native
db.find
(1000k records):- native
Array.prototype.find()
: 104 ops/s - newton without PK: 6 ops/s
- newton with pk: 73685 ops/s
- native
new Newton()
:- 1k records: 4763 ops/s
- 10k records: 391 ops/s
- 100k records: 9 ops/s
- 1000k records: 1 ops/s