Speed up get_events_in_database by preprocessing events on backend #164
Open
Description
If my understanding is correct, events_current_processed_collection consists of all events already ready to be served directly to frontend. If this understanding is correct, then we are ```
doing extra work when we are processing these events again, here:
Bmaps-Backend/src/mappening/api/utils/events/event_collector.py
Lines 35 to 39 in 747a4ff