Hi Sir, I am big fan of GetX.
Just wondering why do not use LinkedList in GetStream Class for LightSubscription? cos i saw the result from benchmark Unit test and it shows that the MiniStream which implemented with LinkedList got higher performance than GetStream that using List.
Hi @yunze-ola
Previously, it was a hypothesis, but the next version of GetX will use notifiers (check the master branch), as fast as GetStream/MiniStream/ValueNotifier
Hi Sir, I am big fan of GetX. Just wondering why do not use LinkedList in GetStream Class for LightSubscription? cos i saw the result from benchmark Unit test and it shows that the MiniStream which implemented with LinkedList got higher performance than GetStream that using List.