ChrishonWyllie / Celestial

A Caching service for multimedia
MIT License
8 stars 3 forks source link

Replace all uses of count == 0 with isEmpty #62

Closed ChrishonWyllie closed 4 years ago

ChrishonWyllie commented 4 years ago

isEmpty apparently is more efficient than checking the count of an array

ChrishonWyllie commented 4 years ago

This has been addressed in pull request #63