-
pyropunk committed patchset 317 of module dump3 to the DuMP3 - duplicate & similar file finder CVS repository, changing 7 files.
2009-03-23 19:36:04 UTC in DuMP3 - duplicate & similar file finder
-
pyropunk committed patchset 31 of module dump3_test to the DuMP3 - duplicate & similar file finder CVS repository, changing 2 files.
2009-03-23 19:35:47 UTC in DuMP3 - duplicate & similar file finder
-
pyropunk committed patchset 30 of module dump3_test to the DuMP3 - duplicate & similar file finder CVS repository, changing 1 files.
2009-03-12 13:04:39 UTC in DuMP3 - duplicate & similar file finder
-
pyropunk committed patchset 316 of module dump3 to the DuMP3 - duplicate & similar file finder CVS repository, changing 10 files.
2009-03-12 13:04:36 UTC in DuMP3 - duplicate & similar file finder
-
maybe it only needs the card for certain formats?.
2009-03-11 07:08:07 UTC in DuMP3 - duplicate & similar file finder
-
i noticed that as well. maybe a bug in SF?.
2009-03-11 07:06:27 UTC in DuMP3 - duplicate & similar file finder
-
Hi Werner
Are you running Dump3 on a machine that does not have a sound card? The "javax.sound.sampled.LineUnavailableException: Audio Device Unavailable" exception seems to indicate that the libraries are written in such a way that they require a sound device to do some of the conversion/playback!
Maybe try to run on a machine with a sound device.
Thanks
Alex.
2009-03-11 05:43:11 UTC in DuMP3 - duplicate & similar file finder
-
Vivek,
Sorry, I must have missed this post.
Yes Dump3 is quite slow at the moment due the way it compares. Currently it compares every file with every other file which works out to n(n-1)/2 comparisons. Thus the current algorithm will run in O(n^2) time. There is an optimization that I'm working on which should speed it up drastically.
Alex.
2009-03-10 19:22:50 UTC in DuMP3 - duplicate & similar file finder
-
4) your db may indicate that you have already compared the files. create a backup of the database files and rerun the program.
2009-03-10 19:06:31 UTC in DuMP3 - duplicate & similar file finder
-
Raegis,
The difference is due to the fact that version 0.3.0 reads from the database when comparing, whilst version 0.2.x does not and keeps everything in memory. The objective of version 0.3 was to reduce the memory usage of Dump3. This unfortunately impacted performance, but I'm hoping to implement a faster hash search algorithm in future, which should speed up comparison drastically.
On...
2009-03-10 19:01:36 UTC in DuMP3 - duplicate & similar file finder