Пакет: nim-lapper-dev (0.1.7-5)
Връзки за nim-lapper-dev
Ресурси за Debian:
- Доклади за грешки
- Developer Information
- Журнал на промените в Debian
- Авторски права
- Управление на кръпките в Debian
Изтегляне на пакет-източник nim-lapper.
Отговорници:
- Debian Med Packaging Team (Страница за QA, Пощенски архив)
- Steffen Moeller (Страница за QA)
- Nilesh Patra (Страница за QA)
Външни препратки:
- Начална страница [github.com]
Подобни пакети:
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.
Други пакети, свързани с nim-lapper-dev
|
|
|
|
-
- rec: nim
- Nim programming language - compiler
Изтегляне на nim-lapper-dev
Архитектура | Големина на пакета | Големина след инсталиране | Файлове |
---|---|---|---|
all | 7,2 кБ | 31,0 кБ | [списък на файловете] |