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
Making this an IdentityHashSet hilariously makes the graph serialization stop working for sentences longer than N words. The problem is that the identity of an integer isn't cached beyond some predefined limit, 128 for a standard Integer
0 commit comments