From c473b5da3bb08da51797a1ffb6b09aec77ddd44f Mon Sep 17 00:00:00 2001 From: Chakib Ben Ziane Date: Wed, 7 Mar 2018 15:05:30 +0100 Subject: [PATCH] update readme --- chrome.go | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/chrome.go b/chrome.go index a655c39..7dfcb74 100644 --- a/chrome.go +++ b/chrome.go @@ -288,7 +288,12 @@ func (bw *ChromeBrowser) Run() { bw.stats.currentNodeCount = 0 bw.stats.currentUrlCount = 0 - // Compare currentDb with index for new bookmarks + // Compare cacheDB with index for new bookmarks + // cacheDB is an sqlite and buffer is a RBTree hash map + // I need to implement the cache in a RBTree also to + // keep everything in a tree, + // + // or compare between tree and sqlite log.Debug("TODO: Compare cacheDB with index")