mastodon.zunda.ninja is one of the many independent Mastodon servers you can use to participate in the fediverse.
Zundon is a single user instance as home of @zundan as well as a test bed for changes of the code.

Administered by:

Server stats:

1
active users

zunda

そういえばRedisが保持してるデータを読み書きしてるところはシングルプロセスシングルスレッドで性能を上げるには強いCPUコアが必要らしいよね

あと、一貫性の必要ないデータは別のRedisで管理するのかしら

いっしゅん、Goならgoroutineでコア数に応じてスケールできるデータストアを書けそうって思ったんだけど、結局、一貫性の必要な部分に触るのはひとつのgoroutineに限ることになるだろうから、あんまり優位性は無いんだねえ