zllovesuki / slugsurvival

Source Code for SlugSurvival.com with Cloudflare Workers Site support
https://slugsurvival.com
GNU General Public License v3.0
14 stars 3 forks source link

Convert day/time to epoch time for better performance #11

Closed zllovesuki closed 8 years ago

zllovesuki commented 8 years ago

Currently checkForConflict is disgracefully doing many for loops. This can be improved by converting each time slot into epoch time for a dead simple comparison.

zllovesuki commented 8 years ago

4e8baf3f0d2b1dee7783ae15dda2b63a7c5b2bc9 fixes this