Skip to content

Releases: electric-sql/d2ts

@electric-sql/[email protected]

28 Jul 15:18
418591d

Choose a tag to compare

Patch Changes

  • 1b87f17: remove host hashing from the query pipline giving a significant speedup

@electric-sql/[email protected]

09 Jul 15:42
e38b2d5

Choose a tag to compare

Patch Changes

  • d6c4ed9: rebuild the distinct to be more efficient

@electric-sql/[email protected]

08 Jul 08:49
b64697c

Choose a tag to compare

Patch Changes

  • a9f40ad: Remove file that was pushed accidentally.

@electric-sql/[email protected]

08 Jul 08:14
17f77e5

Choose a tag to compare

Patch Changes

  • 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.
  • 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).

@electric-sql/[email protected]

30 Jun 20:29
8718ae5

Choose a tag to compare

Patch Changes

  • 159d963: fix an issue where messages could be lost if you sent multiple batches to a graph with a join operator before calling run

@electric-sql/[email protected]

22 Jun 15:24
412fd1e

Choose a tag to compare

Patch Changes

  • fb90328: fix a bug where reduce would not emit an message for deleted keys
  • ef3829b: fix a bug where groupBy would not remove a group if it's key was completely removed from the stream

@electric-sql/[email protected]

17 Jun 17:33
a6b55e8

Choose a tag to compare

Patch Changes

  • 32d3a0f: make aggregates explicitly optional on a groupBy

@electric-sql/[email protected]

17 Jun 09:17
f1844ff

Choose a tag to compare

Patch Changes

  • 080c0f4: First release of D2mini - a minimal implementation of the D2TS Differential Dataflow library but simplified and without the complexities of multi-dimensional versioning.

@electric-sql/[email protected]

13 Jun 19:59
56c1211

Choose a tag to compare

Patch Changes

  • 2434e40: Use a polyfill FinalizationRegistry when the native one isn't available to enable React Native support

@electric-sql/[email protected]

12 Jun 16:11
a7e8faa

Choose a tag to compare

Patch Changes

  • be25ba2: improve the hashing of messages in the query pipeline