MarginaliaSearch/MarginaliaSearch

(array,btree) merge function

Closed this issue · 1 comments

It would be useful to be able to merge BTrees. Having this capacity might make their construction faster and easier, and it would also be possible to join disparate sources of keywords/metadata relatively painlessly.

The first step is to build relevant operations in Array. This is likely relatively easy in theory but tricky to get performant, since the usual paging punch-through tricks may not work.

Fixed with 96bac70