Socket
Socket
Sign inDemoInstall

homogenize

Package Overview
Dependencies
1
Maintainers
1
Versions
38
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    homogenize

Iterate a collection of MVCC b-tree cursors choosing the most recent version of a record from each tree.


Version published
Weekly downloads
33
increased by200%
Maintainers
1
Install size
33.8 kB
Created
Weekly downloads
 

Readme

Source

Merge one or more b-tree cursors into a single iterator.

Homogenize merges two or more MVCC iterators into a single iterator. Homogenize will first advance all of the iterators. It then selects the least value from the all iterators, returns that value, and then advances the iterator from which the value was returned. For reverse iterators the greatest value is selected.

Keywords

FAQs

Last updated on 02 Feb 2016

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc