You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
perf!: move depth computation from visualizer to tree builder (#281)
BREAKING:
* `TreeBuilder` and `FsTreeBuilder` now asks for `max_depth`.
* `Visualizer::max_depth` has been removed.
* The types of some `max_depth` fields have been changed from `NonZeroUsize` to `NonZeroU64`.
COMMITS:
* feat(api): add `max_depth` to the tree builder
* feat(api): remove `max_depth` from visualizer
* fix: pass the correct `max_depth` into children
* docs: add a todo
* feat(api): pass `current_depth` to `retain`'s' callback
* test: fix
* docs: fix
* docs: remove a todo
* docs: better sentence flow
* feat(api)!: replace `NonZeroUsize` with `NonZeroU64`
0 commit comments