orbit-db-docstore icon indicating copy to clipboard operation
orbit-db-docstore copied to clipboard

[perf] optimise docs index

Open chrispanag opened this issue 3 years ago • 1 comments

In the same spirit as: https://github.com/orbitdb/orbit-db-kvstore/pull/48

There was not the need for the optimisation on the handled object. So the optimisation gains will be less, but still this eliminates the need for a copy of the array and a subsequent reversal.

chrispanag avatar Dec 18 '21 15:12 chrispanag

I think this is missing a closing bracket before module.exports

threshold862543 avatar Aug 28 '22 13:08 threshold862543