btree icon indicating copy to clipboard operation
btree copied to clipboard

Append-only B+Tree implemented purely in PHP.

Results 4 btree issues
Sort by recently updated
recently updated
newest added

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...