donotturnoff / aerend

My third year project
0 stars 0 forks source link

Replace `count` with `find` #183

Closed donotturnoff closed 2 years ago

donotturnoff commented 2 years ago

find is faster as it halts after one instance is found. count is used in Client::get_widget

donotturnoff commented 2 years ago

Also in Container::rm