mirror of
https://github.com/wassname/catalyst.git
synced 2026-07-19 11:22:06 +08:00
update_universe is a bottleneck on large data sets. A large portion of that bottleneck is the call to getitem while looping over the keys, so using update while passing along the internal __dict__ Seeing about a 40% improvement.