Alkaar / resy-booking-bot

🔫 Helps to snipe hard to get reservations at restaurants that use resy
411 stars 215 forks source link

perf: improve reservation lookup performance #30

Closed Alkaar closed 2 years ago

Alkaar commented 2 years ago

Original code would search through the entire list of reservations for each requested reservation slot. This change stores the whole list inside a map for faster lookup.

github-actions[bot] commented 2 years ago

:rocket: PR was released in v1.0.0 :rocket: