Live data from Hacker News

Viewing profile — chaos_vy

chaos_vy

HN member
Joined
Fri, Jul 03, 2026, 5:09 PM UTC
HN karma
6
Public activity
6 items

About chaos_vy

Think like never thought, implement like never implemented!

Recent public activity

  1. comment
  2. comment
    Comment #49696515

    Intrusive trees are great for specialized use cases, but not for a general-purpose Java Collection. If the payload owns the left/right pointers, the same object can't cleanly parti…

  3. comment
    Comment #49695493

    The Tree Supports JEP431(Sequenced Collection) and my whole node structure is based on pattern match and sealed classes.

  4. comment
    Comment #49694758

    It uses sealed classes, JDK21 SequencedSet and SequencedMap implementation, Math.clamp(), and get benifit from modern JIT optimization.

  5. story
    Show HN: ChaosTree – A zero-dependency Java tree library (AVL,RBT,B-Tree,B+Tree)

    What is ChaosTree? ChaosTree is a zero-dependency Java Sorted Set/Map library built around multiple tree implementations. It provides implementations of: - AVL Tree - Red-Black Tre…

  6. story