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
Why do you use the oid_repr as key? IMO this is overhead. The oid should be hashable as well, has a smaller memory footprint and lots of CPU cycles would be saved as well.
Why do you use the
oid_repr
as key? IMO this is overhead. Theoid
should be hashable as well, has a smaller memory footprint and lots of CPU cycles would be saved as well.Originally posted by @jensens in #8 (comment)
The text was updated successfully, but these errors were encountered: