in reply to Re^3: Comparing two arrays
in thread Comparing two arrays
As far as bit-strings go. I just implemented the version of my program in perl and speed has amazingly increased, however my c++ version shows a slight decrease in runtime performance when compared to version where i used character arrays instead. I guess this is tied to optimization , maybe (or my bad implementation - which is most probably the true reason) but i guess this is more or less the max that i can get out of my machine (with respect to my programming abilities).
However, I cannot shake this feeling that due to fact that i need only top 10 matches, maybe i could somehow use this to implement a good heuristics. I just cannot wrap my mind around the problem.
anyway,
thank you
baxy
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^5: Comparing two arrays
by BrowserUk (Patriarch) on Dec 15, 2013 at 15:40 UTC | |
Re^5: Comparing two arrays
by educated_foo (Vicar) on Dec 18, 2013 at 00:57 UTC |