From: Axy Date: Mon, 16 Mar 2026 19:07:53 +0000 (+0100) Subject: Validate performance regression X-Git-Url: https://git.uwuaxy.net/?a=commitdiff_plain;h=22287d008e46c23b69698d933935de033e0e8c98;p=axy%2Fft%2Fa-maze-ing.git Validate performance regression --- diff --git a/amazeing/utils/avl.py b/amazeing/utils/avl.py index 75c03ac..4f061e5 100644 --- a/amazeing/utils/avl.py +++ b/amazeing/utils/avl.py @@ -378,7 +378,6 @@ class Branch[T](Node[T]): self.rotate_lr() else: self.rotate_ll() - self.root().validate() def balance_one_propagate(self) -> None: init_height = self.height