issues
search
arifwn
/
TinySuspender
Unload idle tabs to reduce memory and cpu usage.
54
stars
11
forks
source link
Improve whitelist checking when getting tab state
#15
Closed
kingdevil731
closed
4 months ago
kingdevil731
commented
6 months ago
Refactored loop using
Array.some()
for improved performance and readability by terminating iteration upon finding a match in the whitelist array.
Both for v2 and original.
Array.some()
for improved performance and readability by terminating iteration upon finding a match in the whitelist array.Both for v2 and original.