ridge icon indicating copy to clipboard operation
ridge copied to clipboard

Advantages over bunny?

Open enumag opened this issue 6 years ago • 3 comments

Bunny is based on ReactPHP, however since Amphp does support React promises, bunny should be able to work with Amphp. What are the reasons for this library then? You mentioned "some strange bugs" but that's way too abstract. What are those bugs? Are there any other advantages and/or differences from bunny?

enumag avatar Sep 24 '19 13:09 enumag

@enumag, I answered you about bugs at https://github.com/amphp/stomp/issues/3.

There is no difference in features with bunnyphp, it almost the same, except native amphp backend. Ridge is enough stable now. It used at production over six month without issues.

Probably, ridge more fast that bunnyphp under amphp, and you can use https://github.com/phpinnacle/ext-buffer to speed up it even more.

zloyuser avatar Sep 25 '19 08:09 zloyuser

Would you consider getting ext-buffer to pecl to make installation easier?

enumag avatar Sep 25 '19 10:09 enumag

I will add extension to pecl in few weeks. Now I am focused at new version with more performant internal implementation based on memory pool allocator.

zloyuser avatar Sep 25 '19 11:09 zloyuser