Avoid the performance impact of accessing Lazy.Value by caching them when the actor is created and accessing the references directly when needed.
8.0 KiB
8.0 KiB
Avoid the performance impact of accessing Lazy.Value by caching them when the actor is created and accessing the references directly when needed.