Click here to Skip to main content
15,890,512 members
Home / Discussions / Algorithms
   

Algorithms

 
SuggestionRe: Picking persons in a group algorithm Pin
Richard Deeming28-Oct-13 12:57
mveRichard Deeming28-Oct-13 12:57 
AnswerRe: Picking persons in a group algorithm Pin
Richard Deeming29-Oct-13 2:45
mveRichard Deeming29-Oct-13 2:45 
GeneralRe: Picking persons in a group algorithm Pin
BillWoodruff29-Oct-13 5:22
professionalBillWoodruff29-Oct-13 5:22 
Questionusing genetic algorithms to improve voice commands recognition Pin
Member 997361615-Oct-13 0:24
Member 997361615-Oct-13 0:24 
QuestionHow to Remove duplicate files rapidly? Pin
happy liu7-Oct-13 22:35
professionalhappy liu7-Oct-13 22:35 
AnswerRe: How to Remove duplicate files rapidly? Pin
jschell8-Oct-13 10:28
jschell8-Oct-13 10:28 
GeneralRe: How to Remove duplicate files rapidly? Pin
happy liu8-Oct-13 14:51
professionalhappy liu8-Oct-13 14:51 
AnswerRe: How to Remove duplicate files rapidly? Pin
Manfred Rudolf Bihy9-Oct-13 0:14
professionalManfred Rudolf Bihy9-Oct-13 0:14 
You can considerably speed up the process: If you have mostly big files you can use a two step hash comparison. In the first step you take only say 1 - 5 KB from the beginning of the file to build your hash (I'd recommend SHA2[^]). You only perform a hash calculation for the complete file if the hashes for two files match.

Best,

Manfred

"I had the right to remain silent, but I didn't have the ability!"
Ron White, Comedian


GeneralRe: How to Remove duplicate files rapidly? Pin
happy liu9-Oct-13 16:44
professionalhappy liu9-Oct-13 16:44 
GeneralRe: How to Remove duplicate files rapidly? Pin
Manfred Rudolf Bihy9-Oct-13 16:51
professionalManfred Rudolf Bihy9-Oct-13 16:51 
GeneralRe: How to Remove duplicate files rapidly? Pin
happy liu9-Oct-13 16:52
professionalhappy liu9-Oct-13 16:52 
GeneralRe: How to Remove duplicate files rapidly? Pin
saephoed8-Jan-14 12:50
saephoed8-Jan-14 12:50 
AnswerRe: How to Remove duplicate files rapidly? Pin
Kornfeld Eliyahu Peter9-Oct-13 0:50
professionalKornfeld Eliyahu Peter9-Oct-13 0:50 
GeneralRe: How to Remove duplicate files rapidly? Pin
happy liu9-Oct-13 16:42
professionalhappy liu9-Oct-13 16:42 
GeneralRe: How to Remove duplicate files rapidly? Pin
Kornfeld Eliyahu Peter10-Oct-13 1:10
professionalKornfeld Eliyahu Peter10-Oct-13 1:10 
AnswerRe: How to Remove duplicate files rapidly? Pin
Chris Losinger10-Oct-13 5:05
professionalChris Losinger10-Oct-13 5:05 
GeneralRe: How to Remove duplicate files rapidly? Pin
Kornfeld Eliyahu Peter10-Oct-13 5:42
professionalKornfeld Eliyahu Peter10-Oct-13 5:42 
GeneralRe: How to Remove duplicate files rapidly? Pin
Manoj Kumar Rai13-Oct-13 9:26
professionalManoj Kumar Rai13-Oct-13 9:26 
AnswerRe: How to Remove duplicate files rapidly? Pin
theafien3-Dec-13 3:58
theafien3-Dec-13 3:58 
QuestionEstimating RGB function blackbox Pin
codetowns27-Sep-13 23:04
codetowns27-Sep-13 23:04 
AnswerRe: Estimating RGB function blackbox Pin
Alan Balkany30-Sep-13 4:16
Alan Balkany30-Sep-13 4:16 
GeneralRe: Estimating RGB function blackbox Pin
codetowns1-Oct-13 5:26
codetowns1-Oct-13 5:26 
GeneralRe: Estimating RGB function blackbox Pin
Alan Balkany1-Oct-13 5:29
Alan Balkany1-Oct-13 5:29 
SuggestionRe: Estimating RGB function blackbox Pin
Matt T Heffron1-Oct-13 7:22
professionalMatt T Heffron1-Oct-13 7:22 
Questionhow to implement this Algorithm? (for DOM) Pin
computer_programmer121-Sep-13 5:42
computer_programmer121-Sep-13 5:42 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.