From 86c5ff75bbe21f2e3402b525fa93538e34c274ca Mon Sep 17 00:00:00 2001 From: tabcat Date: Tue, 24 Sep 2024 18:29:58 +0700 Subject: [PATCH] docs(readme): abort signal status --- readme.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/readme.md b/readme.md index 30ebe8d..ee72575 100644 --- a/readme.md +++ b/readme.md @@ -12,6 +12,8 @@ A modded [Prolly-tree](https://www.dolthub.com/blog/2024-03-03-prolly-trees/) im It's in a decent state but have not done performance analysis. API breaks will result in major version change. +I haven't tested with non-local blockstores. Need to add abort signals and timeouts. + ## Data-structure This package implements a modded prolly-tree in Typescript. Most relevant code is in [`src/mutator.ts`](https://github.com/tabcat/prollipop/blob/master/src/mutator.ts) and [`src/diff.ts`](https://github.com/tabcat/prollipop/blob/master/src/diff.ts).