gotosocial/internal/typeutils
kim 4f2aa792b3 [performance] add statusfilter cache to cache calculated status filtering results (#4303)
this adds another 'filter' type cache, similar to the visibility and mute caches, to cache the results of status filtering checks. for the moment this keeps all the check calls themselves within the frontend typeconversion code, but i may move this out of the typeconverter in a future PR (also removing the ErrHideStatus means of propagating a hidden status).

also tweaks some of the cache invalidation hooks to not make unnecessary calls.

Reviewed-on: https://codeberg.org/superseriousbusiness/gotosocial/pulls/4303
Co-authored-by: kim <grufwub@gmail.com>
Co-committed-by: kim <grufwub@gmail.com>
2025-07-01 16:00:04 +02:00
..
astointernal.go [bugfix] Update GetURL to extract url from Link objects with href (#4249) 2025-06-09 12:32:00 +02:00
astointernal_test.go [chore] Upgrade to Go 1.24 (#4187) 2025-05-22 12:26:11 +02:00
converter.go [performance] add statusfilter cache to cache calculated status filtering results (#4303) 2025-07-01 16:00:04 +02:00
converter_test.go [feature] Move to code.superseriousbusiness.org 2025-04-26 15:38:43 +02:00
csv.go [bugfix] process account delete synchronously to prevent OOM (#4260) 2025-06-11 11:38:10 +02:00
defaulticons.go [feature] Move to code.superseriousbusiness.org 2025-04-26 15:38:43 +02:00
frontendtointernal.go [chore] Update interactionPolicy sub-policy parsing in line with documented defaults (#4229) 2025-06-10 14:29:42 +02:00
internal.go [feature] Move to code.superseriousbusiness.org 2025-04-26 15:38:43 +02:00
internaltoas.go [feature] Outgoing federation of avatar/header descriptions (#4270) 2025-06-15 12:38:01 +02:00
internaltoas_test.go [bugfix] Remove errant alsoKnownAs inline @context entry (#4280) 2025-06-18 13:39:09 +02:00
internaltofrontend.go [performance] add statusfilter cache to cache calculated status filtering results (#4303) 2025-07-01 16:00:04 +02:00
internaltofrontend_test.go [performance] add statusfilter cache to cache calculated status filtering results (#4303) 2025-07-01 16:00:04 +02:00
internaltorss.go [feature] Move to code.superseriousbusiness.org 2025-04-26 15:38:43 +02:00
internaltorss_test.go [chore] Upgrade to Go 1.24 (#4187) 2025-05-22 12:26:11 +02:00
util.go [performance] add statusfilter cache to cache calculated status filtering results (#4303) 2025-07-01 16:00:04 +02:00
util_test.go [performance] add statusfilter cache to cache calculated status filtering results (#4303) 2025-07-01 16:00:04 +02:00
wrap.go [feature] Move to code.superseriousbusiness.org 2025-04-26 15:38:43 +02:00
wrap_test.go [feature] Outgoing federation of avatar/header descriptions (#4270) 2025-06-15 12:38:01 +02:00