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
Currently, there is a speed bottleneck on allocating many small sized objects when running an optimizer (specially, the Exhaustive). If we use some pool or stack allocator, the overhead would be amortized and these allocations would be free to perform.
The text was updated successfully, but these errors were encountered:
Currently, there is a speed bottleneck on allocating many small sized objects when running an optimizer (specially, the
Exhaustive
). If we use some pool or stack allocator, the overhead would be amortized and these allocations would be free to perform.The text was updated successfully, but these errors were encountered: