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
Remove context dependency from __hash__ and __eq__ (#1502)
Simplify Stream and Event hash/equality to use pointer comparison only,
avoiding expensive context lookups. This follows the cccl-rt principle
and fixes issues with wrapping foreign streams where context is unknown.
Closes#1480
0 commit comments