mirror of
https://github.com/ArchipelagoMW/Archipelago.git
synced 2026-03-22 07:35:37 -07:00
Update world api.md
This commit is contained in:
@@ -751,7 +751,7 @@ def remove(self, state: CollectionState, item: Item) -> bool:
|
||||
return change
|
||||
```
|
||||
|
||||
Using LogicMixin can slow down your code by a lot if you don't use it intelligently. This is because `collect`
|
||||
Using LogicMixin can greatly slow down your code if you don't use it intelligently. This is because `collect`
|
||||
and `remove` are called very frequently during fill. If your `collect` & `remove` cause a heavy calculation
|
||||
every time, your code might end up being *slower* than just doing calculations in your access rules.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user