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
(note: found by alloc profiling with async-profiler)
So, looks like attempted reuse of ClassKey instances is not working, due to one missing assignment.
This should be fixed, and making _key eagerly constructor since it is all but guaranteed to be needed for every serialization.
The text was updated successfully, but these errors were encountered:
(note: found by alloc profiling with async-profiler)
So, looks like attempted reuse of
ClassKey
instances is not working, due to one missing assignment.This should be fixed, and making
_key
eagerly constructor since it is all but guaranteed to be needed for every serialization.The text was updated successfully, but these errors were encountered: