FICHA · MANJARO

ruby-rbtree

A sorted associative collection that is implemented with a Red-Black Tree

  • Library
  • LIBRARY
  • Dependency only
official+codex · reviewed · May 29, 2026 description in en

Description

Adds a sorted associative collection backed by a red-black tree. It is useful when Ruby code needs ordered key lookup, range-style traversal, or predictable sorted map behavior.

Sorted structures depend on stable comparison rules. Validate key types and comparison behavior before mixing custom objects or user-controlled values.

Permissions

Permissions not analysed for this source yet.