Skip to content

Commit 17f77e5

Browse files
chore: version packages (#77)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent c5a59cf commit 17f77e5

File tree

4 files changed

+8
-11
lines changed

4 files changed

+8
-11
lines changed

.changeset/chilly-icons-design.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/evil-pianos-hear.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

packages/d2mini/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @electric-sql/d2mini
22

3+
## 0.1.5
4+
5+
### Patch Changes
6+
7+
- c5a59cf: Introduce topKWithFractionalIndexBTree and orderByWithFractionalIndexBTree operators. These variants use a B+ tree which is more efficient on big collections as its time complexity is logarithmic.
8+
- 47e33ab: Modify index implementation to keep a map of consolidated values and their multiplicities. This improves efficiency to get a value's multiplicity since it's already precomputed. Also modify reduce operator to emit a single diff instead of 2 diffs (1 that is -oldMultiplicity and 1 that is +newMultiplicity).
9+
310
## 0.1.4
411

512
### Patch Changes

packages/d2mini/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@electric-sql/d2mini",
3-
"version": "0.1.4",
3+
"version": "0.1.5",
44
"license": "Apache-2.0",
55
"description": "D2Mini is a minimal implementation of Differential Dataflow for performing in-memory incremental view maintenance.",
66
"author": "Electric DB Limited",

0 commit comments

Comments
 (0)