Jose

Results 4 issues of Jose

NodeList is currently implemented by a regular PHP array. As pointed out by @pathway in #5, the algorithm efficiency can be improved by changing the NodeList's underlying structure. In #5,...

enhancement

Only the following should be included when composer installs from `dist`: - `src` folder - `composer.json` file - `README.md` file - `LICENSE` file Different ways to implement this functionality are...

enhancement
good first issue

As suggested by @pathway in #12, the benchmark should be extended to display the number of nodes that were expanded during the execution. As a prerequisite for this, the algorithm...

enhancement

As suggested by @pathway in #12, it would be interesting to include a memory usage report in the benchmark results. The event returned by the stopwatch in `BenchmarkRunner.php` allows you...

enhancement