How to Install and Uninstall nim-lapper-dev Package on Ubuntu 21.10 (Impish Indri)

Last updated: February 16,2025

1. Install "nim-lapper-dev" package

Please follow the guidance below to install nim-lapper-dev on Ubuntu 21.10 (Impish Indri)

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

2. Uninstall "nim-lapper-dev" package

This tutorial shows how to uninstall nim-lapper-dev on Ubuntu 21.10 (Impish Indri):

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

3. Information about the nim-lapper-dev package on Ubuntu 21.10 (Impish Indri)

Package: nim-lapper-dev
Architecture: all
Version: 0.1.7-3
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-3_all.deb
Size: 7184
MD5sum: efadd401985106b5f08bcbc6ea07488b
SHA1: 2b58b522c04e7381e4e6d8118e46d21797d0ba0c
SHA256: 1c14a1d78c5093720936bc6b081fe22e382f30ac7edf6e09a8858378075facaf
SHA512: 3117938293ba8be1c62bdd90b73dcdd25e7153dc5ea25370dfdeeb3a03b926b950819c0f6dd013e9586e9e569b6b46d9c7a2803529ffeb8f2ddaefc5e2617a18
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