█████
1.1K posts

█████
@kaja47
Eat the rich https://t.co/lcGbyV4qJy https://t.co/gDyzFA36ex https://t.co/cBo6Vr2jLC fediverse: @[email protected]
Katılım Haziran 2008
25 Takip Edilen452 Takipçiler

@mienaihiraishin @parkovanivpraze ještě že ty chodníky stavíme pro chodce, co mají 5 tun na nápravu...
Čeština

@parkovanivpraze Obávám se, že nezabloudil, jezdí sem celkem pravidelně zásobovat hospodu v metru...

Čeština


ai nájezdníci rabující web musí být za každou cenu zastaveni k47.cz/2026/ai-raid.h… .
Čeština

@OndrejMirtes @BohuslavSimek otherwise you might end up writing php in c with all the ugliness of c and slowness of php.
English

@OndrejMirtes @BohuslavSimek i would be skeptical how much performance you can get by rewriting to native code. to reach any reasonable speedup you would need to leave php land as early as possible and do as much in native code as possible without ever interacting with php userland.
English

@OndrejMirtes @BohuslavSimek in symfony console. it might have to do something with ondrejmirtes/composer-attribute-collector plugin.
English

@OndrejMirtes @BohuslavSimek data around. there's couple obvious things that might help a tiny bit by cutting some allocations
gist.github.com/kaja47/4b93c09…
but that's just a guess, i cannot get phpstan to run. i pull, then do composer install and then the process dies on mismatching type signatures somewhere
English

@BohuslavSimek last commit yesterday. i learned of it from phpstan which started to coquetting with is quite recently github.com/phpstan/phpsta…
English

@kaja47 Wait, zephir is still a thing? I was sure that's long dead...
English

@BohuslavSimek (which took me over an hour) i found out that php jit for some reason doesn't like function parameters annotated 'callable'. it leads to drastic slowdown. why? not sure. can it be optimized? most likely.
English

@BohuslavSimek php couldn't guarantee safety of.
the performance picture is too murky to make simple statements. first we need to figure out where are we spending time, then understand why. only then we can make concrete plans what to do next. for example while researching this answer
English
