Radish alpha
h
rad:z3gqcJUoA1n9HaHKufZs5FCSGazv5
Radicle Heartwood Protocol & Stack
Radicle
Git
Building of term::Table from iterator
Merged did:key:z6MkwcUR...q1kL opened 7 months ago

This patchset introduces a FromIterator for term::Table implementation and makes use of that to collect iterators into term::Table instances.

This reduces cognitive load on the (API-)consuming side as well as it might be more resource efficient as preallocation of internal Vecs can happen. I did not measure of course, but still.

did:key:z6MkwcUR...q1kL opened with revision 8bf0d006 on base 11fc98c9 +89 -46 7 months ago

This patchset introduces a FromIterator for term::Table implementation and makes use of that to collect iterators into term::Table instances.

This reduces cognitive load on the (API-)consuming side as well as it might be more resource efficient as preallocation of internal Vecs can happen. I did not measure of course, but still.

lorenz pushed revision 2 fee06e79 on base ff021d58 +89 -46 7 months ago

Rebase, small edits.

lorenz merged revision fee06e79 at 370ae364 7 months ago