object

splaytree

Splay tree implementation of the dictionary protocol. A splay tree is a self-adjusting binary search tree with the property that recently accessed elements are quick to access again. Uses standard order to compare keys.

Availability:
logtalk_load(dictionaries(loader))
Author: Paulo Moura
Version: 1:0:0
Date: 2026-02-10
Compilation flags:
static, context_switching_calls
Implements:
Extends:
public term
Uses:
Remarks:
(none)

Public predicates

(no local declarations; see entity ancestors if any)

Protected predicates

(no local declarations; see entity ancestors if any)

Private predicates

(no local declarations; see entity ancestors if any)

Operators

(none)

See also

avltree, bintree, rbtree