-
Notifications
You must be signed in to change notification settings - Fork 33
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Rationalize computeHash and ComputeMD5 #333
Comments
Is it just this For string data, it is better to use Does it matter performance-wise just picking one? |
|
@lintool any objection to getting rid of |
I think I added computeHash as a quick (and hacky) way to match ids in networks before a better method was used in #289 (preferring .zipWithIndex). I cannot recall if we are still using the old way in any remaining functions -- I think maybe we deprecated them? Either way, I think it is a good job for a code reaper. |
Agreed – and thanks so much for the context on this, @greebie! This all rings a bell now and a search of the code bears this out. |
I suggested on Slack that we rationalize the naming of the
matchbox.package
methodcomputeHash
and theComputeMD5
object. Or eliminate one. (I vote to keep the ComputeMD5 object.) I recently pushed a change that makes the output of these identical.@ruebot @lintool
The text was updated successfully, but these errors were encountered: