Embed Notice
HTML Code
Corresponding Notice
- Embed this notice@alex @nanook @lain @admin As much as some of these parts are correct: Not only are a lot of Pleroma's performance hits targeted directly at PostgreSQL, but Phoenix's async abuse and still moderately sized parsing engine. Not to mention, Pleroma is a _fuck_ ton of repositories slapped on. Perl is written in C, but that sure doesn't mean it's a fast language. Erlang *VM* is, after all, a virtual machine language, mean the source is compiled at byte time like it's done with Java, and while that has decent performance, you still can get some additional speed boosts.
I do agree, C is a bit overkill, considering I already thought treebird was annoying for that, but I started Wormhole in C++ because there are some nice things that come out of native software, some advantages that come out of using C++, such as being able to serve easily as a distributable binary (that could come with distro's or in OS repos) with things like easy runtime modules, all without even a hit of performance. There's always memory usage, which isn't exactly in the best state with Pleroma (or, "could be much lighter", i should rather say)