You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A possible optimization opportunity is when computing a message to a factor
from a variable when the variable has no other neighbors should be fast (since
the neighbors set minus the requesting factor is the empty set) should be
pretty fast, since it's trivial, but it takes around 58ms. Seems like a good
opportunity for optimization? We can find which step is taking long and test
for the trivial inputs (probably the empty set) and implement a shortcut.
Original issue reported on code.google.com by [email protected] on 15 May 2013 at 4:46
The text was updated successfully, but these errors were encountered:
Original issue reported on code.google.com by
[email protected]
on 15 May 2013 at 4:46The text was updated successfully, but these errors were encountered: