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
Added custom serialization for PersistentHashMap. Changed PersistentHashMap.count to .size. Added ImSetTrans so we can expose as little as possible of the TransientHashSet. Made named classes for lots of things thinking that they could be serializable, but decided against supporting that forever until someone asks for it. This should still reduce some code size through reuse. Privatized some things that should never have been public. Made singletons into enums.
0 commit comments