mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-24 18:58:08 -07:00
Closes: https://bugs.gentoo.org/669422 Signed-off-by: Joonas Niilola <juippis@gentoo.org>
23 lines
971 B
XML
23 lines
971 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
|
|
<pkgmetadata>
|
|
<maintainer type="person">
|
|
<email>arsen@gentoo.org</email>
|
|
<name>Arsen Arsenović</name>
|
|
</maintainer>
|
|
<maintainer type="person">
|
|
<email>flow@gentoo.org</email>
|
|
<name>Florian Schmaus</name>
|
|
</maintainer>
|
|
<longdescription>
|
|
plocate works by creating an inverted index over trigrams (combinations of
|
|
three bytes) in the search strings, which allows it to rapidly narrow down the
|
|
set of candidates to a very small list, instead of linearly scanning through
|
|
every entry. It does nearly all I/O asynchronously using io_uring if available
|
|
(Linux 5.1+), which reduces the impact of seek latency on systems without SSDs.
|
|
Like mlocate and slocate, the returned file set is user-dependent, ie. a user
|
|
will only see a file if find(1) would list it (all directories from the root
|
|
have +rx permissions).
|
|
</longdescription>
|
|
</pkgmetadata>
|