Investigate making search async (search functions run in parallel)
Open
optimisation
search
- Dominant language
- Python
- Stars
- 30
- Forks
- 3
- Avg merge
- 9h 28m
- Merged PRs (30d)
- 42
Description
Django 5 made signals async:
https://docs.djangoproject.com/en/5.0/topics/signals/#receiver-functions
Search is independent and read only, so as far as making things parallel (which is always hard) this should be less hard.
Look into whether this works, how much faster it is, what we have to do to deployments etc to make things async etc
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.