slice_search 0.1.2

A collection of algorithms for searching within slices.
Documentation
  • Coverage
  • 100%
    11 out of 11 items documented4 out of 10 items with examples
  • Size
  • Source code size: 8.47 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 1.38 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 8s Average build duration of successful builds.
  • all releases: 8s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • LevKruglyak/limousine
    7 1 1
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • LevKruglyak

A collection of algorithms for searching within slices.

This module provides different search strategies and utilities to work with sorted slices. Currently, it supports binary and linear search algorithms, as well as an optimal search algorithm which picks between binary and linear searches depending on the size of the slice.