futures-rs icon indicating copy to clipboard operation
futures-rs copied to clipboard

Ordered stream utils

Open jmorag opened this issue 3 years ago • 2 comments

This adds utility functions for merge and diff operations on sorted streams in constant space. I had a problem at work where I needed to diff a sorted stream of database items with the keys of a bunch of s3 buckets. The generic versions of those functions seem generic enough to merit inclusion here.

jmorag avatar Nov 15 '21 20:11 jmorag

Fixed the rest of the CI failures. Please let me know if you'd like me to squash everything from 4e01c51 on.

jmorag avatar Jan 05 '22 16:01 jmorag

Hiho!

anacrolix avatar Aug 22 '22 00:08 anacrolix