Hiker, software engineer (primarily C++, Java, and Python), Minecraft modder, hunter (of the Hunt Showdown variety), biker, adoptive Akronite, and general doer of assorted things.

  • 8 Posts
  • 1.59K Comments
Joined 11 months ago
cake
Cake day: August 10th, 2023

help-circle
  • The fediverse as designed is actually pretty inefficient. If it ever were to go to Reddit scale it would melt down.

    That’s because there’s effectively no batching for federation currently … every single vote from an instance is forwarded back to the instance hosting the community and must be processed individually. So if you get 500k votes on something even if it’s from 200 servers, the servers hosting the community have to be able to withstand the flood of votes and store the associated data… And that’s just votes.

    Worse yet, those votes then get replayed to every single one of those 200 servers one by one. So every server needs 500k vote entries and all the associated traffic … even if half of the servers are just 1 guy looking at cat videos once a month.

    Federating actually is way more expensive than just adding another user as designed.