You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
mastodon/app
Claire d9ae3db8d5
Improve performance of follow recommendation scheduler (#16159)
Express follow_recommendations in terms of account_summaries rather than
accounts, integrate filters that are unconditionally used, and materialize
the resulting view.

This should result in the bulk of the computation being performed only once
instead of **once per recommendation language**.
4 years ago
..
chewy Change `tootctl search deploy` algorithm (#14300) 5 years ago
controllers Fix error when trying to render component for media without meta (#16112) 4 years ago
helpers Fix error when trying to render component for media without meta (#16112) 4 years ago
javascript Improve description of keyboard shortcuts (#16129) 4 years ago
lib Fix media processing getting stuck on too much stdin/stderr (#16136) 4 years ago
mailers Prepare Mastodon for Rails 6 (#15911) 4 years ago
models Improve performance of follow recommendation scheduler (#16159) 4 years ago
policies Add cold-start follow recommendations (#15945) 4 years ago
presenters Add server rules (#15769) 4 years ago
serializers Add cold-start follow recommendations (#15945) 4 years ago
services Fix empty home feed before first follow has finished processing (#16152) 4 years ago
validators Fix existing username validator not allowing multiple accounts (#16153) 4 years ago
views Fix error when trying to render component for media without meta (#16112) 4 years ago
workers Improve performance of follow recommendation scheduler (#16159) 4 years ago