Pro@programming.dev to Technology@lemmy.worldEnglish · edit-23 days agoSlrpnk instance is down till mid July; they might relaunch their server on piefed.programming.devimagemessage-square44fedilinkarrow-up1524arrow-down115file-text
arrow-up1509arrow-down1imageSlrpnk instance is down till mid July; they might relaunch their server on piefed.programming.devPro@programming.dev to Technology@lemmy.worldEnglish · edit-23 days agomessage-square44fedilinkfile-text
minus-squarePirateFrog@lemmy.dbzer0.comlinkfedilinkEnglisharrow-up13·2 days agoOur sysadmin explained some technical advantages here: https://feddit.org/post/13613230/7063696
minus-squareqweertz (they/she)@programming.devlinkfedilinkEnglisharrow-up3arrow-down2·edit-27 hours ago Postgres slowing factor I’m pretty sure one of the best optimised free/libre DBMS’s is faster than Python 💀 EDIT: skimmed it wrongly, see corrections below Also no one knows how Piefed scales, since it only has like 350 MAU
minus-squareJackbyDev@programming.devlinkfedilinkEnglisharrow-up9·2 days agoReread it. They’re saying “The slowest part is postgres, so even if python is slower than rust it won’t make a difference.”
minus-squareSorteKanin@feddit.dklinkfedilinkEnglisharrow-up2·2 days agoThat is, in theory. In practice, it can make a big difference. Source: Worked professionally with large services built in Python and Rust.
minus-squarePirateFrog@lemmy.dbzer0.comlinkfedilinkEnglisharrow-up7·edit-22 days agoPiefed also uses PostgreSQL. He was mentioning that the limiting factor on either platform is the DB, meaning that the parts written in Python will likely not be a limiting factor. Piefed also has quite impressive optimizations in other areas as well compared to Lemmy or even Mbin.
Our sysadmin explained some technical advantages here: https://feddit.org/post/13613230/7063696
I’m pretty sure one of the best optimised free/libre DBMS’s is faster than Python 💀EDIT: skimmed it wrongly, see corrections below
Also no one knows how Piefed scales, since it only has like 350 MAU
Reread it. They’re saying “The slowest part is postgres, so even if python is slower than rust it won’t make a difference.”
That is, in theory. In practice, it can make a big difference. Source: Worked professionally with large services built in Python and Rust.
Piefed also uses PostgreSQL. He was mentioning that the limiting factor on either platform is the DB, meaning that the parts written in Python will likely not be a limiting factor.
Piefed also has quite impressive optimizations in other areas as well compared to Lemmy or even Mbin.