
698 Views
faster fire all events
Universal Script 📌Uploaded by 5 months ago
Please login to perform these actions:
Description
faster version of eh's one at https://scriptblox.com/script/Universal-Script-fire-all-remote-events-77187
Comments
7

Offline
CatBoyy 5 months ago
ew GetDescendants
CatBoyyew GetDescendants
CatBoyyew GetDescendants
Offline
Intiha 5 months ago - Edited
+ O(1) is impossible → scanning an unknown tree of nodes must be O(n),
you cannot find all RemoteEvents without touching each node at least once
Any claim of O(1) here is just wishful thinking
Offline
lightnohelp 5 months ago
*
Intiha@CatBoyy bro, this is faster + single pass,
array ...
CatBoyy@Intiha Imagine not using better GetDescendants
Intiha@CatBoyy huh.. so do you mean scoping the search?




