diff options
author | Sam James <sam@gentoo.org> | 2021-03-20 05:34:45 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-03-20 05:34:45 +0000 |
commit | 7ff6a92ef268c009bb0471b1452bc322bb89b339 (patch) | |
tree | 5b163528a3206b526a6aa87926f7e0b4d1e0737c /sys-apps/plocate | |
parent | sys-apps/plocate: update maintainer order (diff) | |
download | gentoo-7ff6a92ef268c009bb0471b1452bc322bb89b339.tar.gz gentoo-7ff6a92ef268c009bb0471b1452bc322bb89b339.tar.bz2 gentoo-7ff6a92ef268c009bb0471b1452bc322bb89b339.zip |
sys-apps/plocate: update metadata indentation
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sys-apps/plocate')
-rw-r--r-- | sys-apps/plocate/metadata.xml | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/sys-apps/plocate/metadata.xml b/sys-apps/plocate/metadata.xml index dc5a7a8f5336..ffe1b7daa0ad 100644 --- a/sys-apps/plocate/metadata.xml +++ b/sys-apps/plocate/metadata.xml @@ -21,13 +21,13 @@ <flag name="io-uring">Enable efficient I/O via <pkg>sys-libs/liburing</pkg>.</flag> </use> <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). + 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> |