Cabana
Cabana copied to clipboard
Load balancing roadmap
- [ ] Create a base
LoadBalancerclass with the particle workload that exists inSparseDimPartitioner - [ ] Inherit from
LoadBalancerand overload a couple methods for theSparseLoadBalancerclass - [ ] Rename existing class
LoadBalancerALL(or similar) and inherit fromLoadBalancer
Maybe we need to discuss again what really belongs in the global grid vs partitioner vs load balancer, but the current steps may be enough
Draft in #541