Pierre Tomasina

Results 92 comments of Pierre Tomasina

Hello @Hywan If we want to run the test and therefore composer install (locally and on travis) we must set `minimum-stability: dev` the only issue is related to dependency. I'm...

:+1: drop no-composer * `hoa/worker`: has an interesting way to run different job and communicate with it. Even if in the today world, message broker as rabbitMQ are preferred to...

It's true that `hoa/database` are bit simplistic but I'm fine to keep it, it has the advantage to be really light with a minimum overhead of Php native functions.

@Hywan After a bunch of test the big deal with `Spl*`is they are all `pure` queue implementation, that mean the first foreach meet will dequeue all the values. and the...

That could be good, but that must be a super `Heap`, we need to be able to specify a key and priority for each item, and have parameter for enable...

@osaris Yes :) I'm ready for write `Hoa\Heap` if it's good. @Hywan do you lead to create new repository ?

FYI, development in progress in repo https://github.com/Pierozi/HoaHeap

I guess the best should create empty repo and then I can do a PR, because fork my repo is not good idea repo should belong to Hoa. Or we...

The code of library are finished with the support of Min and Max, as common Heap does, and the performance / quality satisfies me. I need write api explication and...

Hello @clounixeood, sorry i planned to do a Snippet for you but have no time until Sunday. If you want TLS on your socket, you need add your certificate in...