[med-svn] [Git][med-team/nim-lapper][master] d/control: fix using-first-person-in-description

Étienne Mollier gitlab at salsa.debian.org
Wed Nov 4 18:56:35 GMT 2020



Étienne Mollier pushed to branch master at Debian Med / nim-lapper


Commits:
a9b908b7 by Étienne Mollier at 2020-11-04T19:56:28+01:00
d/control: fix using-first-person-in-description

- - - - -


1 changed file:

- debian/control


Changes:

=====================================
debian/control
=====================================
@@ -18,12 +18,12 @@ Description: simple, fast interval searches for nim
  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 my use-case) data, this is 1000 times
- faster to query results and >5000 times faster to check for presence
- than a brute-force method.
+ 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 we know that the
- queries will 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.
+ 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.



View it on GitLab: https://salsa.debian.org/med-team/nim-lapper/-/commit/a9b908b7f7b626bcc87b7269878c5f7aa8886868

-- 
View it on GitLab: https://salsa.debian.org/med-team/nim-lapper/-/commit/a9b908b7f7b626bcc87b7269878c5f7aa8886868
You're receiving this email because of your account on salsa.debian.org.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/debian-med-commit/attachments/20201104/e3e67108/attachment.html>


More information about the debian-med-commit mailing list