Florian Engelhardt

Results 90 comments of Florian Engelhardt

Hey @serak, thanks for reaching out. We have not yet scheduled or planed Windows support for the profiler, but you could help me with some information: What Windows and PHP...

Hey @camille-chelpi πŸ‘‹ you are correct, this won't work anymore. You can read about the main change in philosophy from `ext-pthreads` to `ext-parallel` at https://www.php.net/manual/de/philosophy.parallel.php One of the reasons is...

IDK the problem you are solving, but this works: ```php

Perhaps you would also like to take a look at the code in this repo: https://github.com/realFlowControl/1brc

I get your point and I'd like to learn more about the issues. Like how big will the `$big_storage_elt` array grow (in size in bytes / number of entries /...

https://github.com/krakjoe/parallel/pull/325 fixes the leak in the mean time, not nice, but "it worksβ„’"

Hey @mvorisek πŸ‘‹ thanks for raising this issue! I might have limited time over the next few weeks, so do not expect any updates on this. There are some things...

Hey @mvorisek, sorry it took a while, but I found some segfaults and heap corruption and fixed them in https://github.com/krakjoe/parallel/pull/339, can you try the version from that branch and see...

Ah sorry, I was too fast, it still falis

I think I see what is going on, the test failing is the [`FlockMutextTest::testThreadLock()`](https://github.com/php-lock/lock/blob/7075016e8b44fe7d2e61bab913d56d5ca79fec51/tests/Mutex/FlockMutexTest.php#L116-L141): ```php public function testThreadLock(): void { $syncFunction = function ($i) { try { // require_once __DIR__...