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
This commit was created on GitHub.com and signed with GitHub’s verified signature.
this version removes original float value allocator to reduce overall overhead for actor and exclude cases where scalar values had to be externalized when send from one process to another
This update introduces a set of optimizations around memory allocations and CPU churn for typechecking system. Specifically memoization of dominant types and pre-allocated buckets for CFG.