mirror of
https://github.com/flynx/ImageGrid.git
synced 2025-10-30 02:40:08 +00:00
updated todo...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
9faac8a6cd
commit
7603209627
@ -110,6 +110,13 @@ Roadmap
|
|||||||
|
|
||||||
[_] 28% Gen 3 current todo
|
[_] 28% Gen 3 current todo
|
||||||
[_] 56% High priority
|
[_] 56% High priority
|
||||||
|
[_] BUG: appear to be leaking memory on very large sets of images (>8K)
|
||||||
|
| don't remember it before, so it might be due to the new
|
||||||
|
| loadImagesAround(..)
|
||||||
|
|
|
||||||
|
| Another place to check is pre-caching...
|
||||||
|
|
|
||||||
|
| Ran a test session -- we appear to never invalidate cache...
|
||||||
[_] 66% Bookmarks
|
[_] 66% Bookmarks
|
||||||
[X] toggle
|
[X] toggle
|
||||||
[X] save/load
|
[X] save/load
|
||||||
|
|||||||
@ -299,10 +299,15 @@ function setupTags(viewer){
|
|||||||
viewer
|
viewer
|
||||||
.on('imagesLoaded', function(){
|
.on('imagesLoaded', function(){
|
||||||
TAGS = []
|
TAGS = []
|
||||||
showStatusQ('Tags: building index...')
|
|
||||||
|
showStatusQ('Tags: Index: building...')
|
||||||
|
|
||||||
// XXX should this be sync???
|
// XXX should this be sync???
|
||||||
|
var t0 = Date.now()
|
||||||
buildTagsFromImages()
|
buildTagsFromImages()
|
||||||
showStatusQ('Tags: building index: done.')
|
var t1 = Date.now()
|
||||||
|
|
||||||
|
showStatusQ('Tags: Index: done ('+( t1 - t0 )+'ms).')
|
||||||
})
|
})
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user