From 26d51d8d0a316885a4790a44e27572e5d121b2b3 Mon Sep 17 00:00:00 2001 From: Christian Neukirchen Date: Sun, 2 Aug 2015 22:10:37 +0200 Subject: rescanning dirs makes it worst-case quadratic --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 51d0052..15805f7 100644 --- a/README.md +++ b/README.md @@ -47,8 +47,8 @@ By default, job ids are per-directory, but you can set `$NQDIR` to put them elsewhere. Creating `nq` wrappers setting `$NQDIR` to provide different queues for different purposes is encouraged. -All these operations take worst-case linear time in the amount of lock -files produced, so you should clean them regularly. +All these operations take worst-case quadratic time in the amount of +lock files produced, so you should clean them regularly. ## nq helpers -- cgit 1.4.1