Files
Telethon/telethon
Lonami Exo e84c9847c5 Use sets instead of isinstance in StateCache too
Similar reasoning to the change for EntityCache, sets are faster
than attribute lookups (into types.) and isinstance (another global
lookup). Updating the state is also very common, so it should be
as fast as possible.
2019-05-01 16:37:54 +02:00
..
2019-04-23 11:28:09 +02:00
2019-05-01 12:49:36 +02:00