From b67b587a109ccdab49f9d5ca1ed90a5a8fcc9467 Mon Sep 17 00:00:00 2001 From: Joe Thornber Date: Tue, 22 Sep 2020 12:01:17 +0100 Subject: [PATCH] [thin_shrink] Add comment pointing people at Nikhil's PoC --- src/bin/thin_shrink.rs | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/bin/thin_shrink.rs b/src/bin/thin_shrink.rs index 2e4e270..b748b30 100644 --- a/src/bin/thin_shrink.rs +++ b/src/bin/thin_shrink.rs @@ -1,3 +1,7 @@ +// This work is based on the implementation by Nikhil Kshirsagar which +// can be found here: +// https://github.com/nkshirsagar/thinpool_shrink/blob/split_ranges/thin_shrink.py + extern crate clap; extern crate thinp;