Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

polyfill is not a drop-in replacement for php extension #59

Open
muawijhe opened this issue Jan 19, 2020 · 2 comments
Open

polyfill is not a drop-in replacement for php extension #59

muawijhe opened this issue Jan 19, 2020 · 2 comments

Comments

@muawijhe
Copy link

Hi!

I just released a library to handle Tree data structures using Ds Deque class ho handle dynamic increase/decrease of childrens.

What I found interesting is the following:

  • before installing the extension on TravisCI unit-tests didn't work
  • after installing the extension everything came back to normal.

During the development I used the extension, perhaps because I am a bit nostalgic of C++ routines and also because I believe that it is more efficient as behind the hood uses dynamic lists instead of php arrays...

However, I cannot find the problem at the moment, but I start by creating this issue.

Later I'll try myself to dig inside your project to understand why I got an infinite recursion when using Php version instead of C++ extension.

For the ones interesting in the library I was talking about, have a look here:

https://github.com/calabrothers/php-ds-tree

With my best regards

@rtheunissen
Copy link
Member

Hi @muawijhe, do you have any further information about this?

@muawijhe
Copy link
Author

muawijhe commented May 8, 2020 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants