You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Who knew that all of Invidious' problems can be resolved by recompiling various upstream dependencies
Apparently the default compilation flags for Bohem GC on most distros creates a GC that isn't set to handle "large" (> 100 mb) memory heaps well due to missing the --enable-large-config flag which results in significantly worse performance.