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
You can use function parameterization to avoid boxing/unboxing primitives (a serious perf slowdown). This is going to bite people coming from dynamic languages if they use Any for actor methods. Can also impact on people using union types a lot.
The text was updated successfully, but these errors were encountered:
In performance patterns.
You can use function parameterization to avoid boxing/unboxing primitives (a serious perf slowdown). This is going to bite people coming from dynamic languages if they use Any for actor methods. Can also impact on people using union types a lot.
The text was updated successfully, but these errors were encountered: