Artifact nim-lapper-dev_0.1.7-5_all

Metadata
deb_control_files:
- control
- md5sums
deb_fields:
  Architecture: all
  Description: |-
    simple, fast interval searches for nim
     This package uses a binary search in a sorted list of intervals along
     with knowledge of the longest interval.  It works when the size of the
     largest interval is smaller than the average distance between intervals.
     As that ratio of largest-size::mean-distance increases, the performance
     decreases.  On realistic (for the author's use-case) data, this is 1000
     times faster to query results and >5000 times faster to check for
     presence than a brute-force method.
     .
     Lapper also has a special case `seek` method when queries are expected
     to be in order.  This method uses a cursor to indicate that start of the
     last search and does a linear search from that cursor to find matching
     intervals. This gives an additional 2-fold speedup over the `find`
     method.
  Homepage: https://github.com/brentp/nim-lapper
  Installed-Size: '31'
  Maintainer: Debian Med Packaging Team <debian-med-packaging@lists.alioth.debian.org>
  Multi-Arch: foreign
  Package: nim-lapper-dev
  Priority: optional
  Recommends: nim
  Section: science
  Source: nim-lapper
  Version: 0.1.7-5
srcpkg_name: nim-lapper
srcpkg_version: 0.1.7-5

File

nim-lapper-dev_0.1.7-5_all.deb
Binary file nim-lapper-dev_0.1.7-5_all.deb cannot be displayed. you can view it raw or download it instead.

Relations

Relation Direction Type Name
built-using Source package nim-lapper_0.1.7-5

binary package System - - 5 months, 4 weeks ago 5 months
BETA