btree
btree copied to clipboard
Append-only B+Tree implemented purely in PHP.
Remove `final` keyword and change visibility of `handle` and `filename` properties to `protected`.
The `realpath` function doesn't work with streamwrappers, @see [https://github.com/mikey179/vfsStream/wiki/Known-Issues](https://github.com/mikey179/vfsStream/wiki/Known-Issues).
The NULL test in the current copyto() fails when its return result is zero. When $root is zero, the test (NULL != $root) is FALSE. In php, NULL and zero...
Hi! I've never issued something on GitHub before, but here goes: I'm currently using your btree in my project (https://github.com/YnkDK/Explanations-for-Skyline-Demo) and I stumbled upon something that I've found strange in...