How to Install and Uninstall nim-lapper-dev Package on Ubuntu 22.04 LTS (Jammy Jellyfish)

Last updated: June 02,2024

1. Install "nim-lapper-dev" package

This guide covers the steps necessary to install nim-lapper-dev on Ubuntu 22.04 LTS (Jammy Jellyfish)

$ sudo apt update $ sudo apt install nim-lapper-dev

2. Uninstall "nim-lapper-dev" package

Please follow the guidelines below to uninstall nim-lapper-dev on Ubuntu 22.04 LTS (Jammy Jellyfish):

$ sudo apt remove nim-lapper-dev $ sudo apt autoclean && sudo apt autoremove

3. Information about the nim-lapper-dev package on Ubuntu 22.04 LTS (Jammy Jellyfish)

Package: nim-lapper-dev
Architecture: all
Version: 0.1.7-4
Multi-Arch: foreign
Priority: optional
Section: universe/science
Source: nim-lapper
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Med Packaging Team
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 31
Recommends: nim
Filename: pool/universe/n/nim-lapper/nim-lapper-dev_0.1.7-4_all.deb
Size: 7386
MD5sum: a4f2265b55d7c389dc5f154798bea80b
SHA1: af4e390feab8d76e11b70cc175783709602a4df0
SHA256: 009c38192876fe9878f493cb7bd9b0ef767b3f16b0570ecf5bef67da50019eb7
SHA512: ff77711369301932a261872c66021a08463f2518deb748ff848360ed5d5de08732990e8f7a4cd116ea08390aa4ded645b8c47d265c41f30787b1ebd4d9e8d59d
Homepage: https://github.com/brentp/nim-lapper
Description-en: 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.
Description-md5: e1b9db4a3df0fabd6ceda43d57c813df