christophebiocca / skipping-search

A fast iterator variant for intersection computations.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

A fast iterator variant for intersection computations.

Usage

Add this to your Cargo.toml:

[dependencies]
skipping-search = "0.1.0"

and this to your crate root:

extern crate skipping_search;

About

A fast iterator variant for intersection computations.

License:Apache License 2.0


Languages

Language:Rust 100.0%