Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Implementing binary tree for caching VIPDF evaluations.
This is a generic append-only binary tree, only insertion and queries are allowed. Specially useful for storing sparse trees. Tree supports serialization.
- Loading branch information