persistent.hashtables vocabulary
Factor handbook ยป Vocabulary index


Summary
Persistent hashtables with O(1) insertion, removal and lookup

Metadata
Tags:collections
Authors:Slava Pestov


Words

Tuple classes
ClassSuperclassSlots
persistent-hash tupleroot count


Parsing words
WordSyntax
PH{


Ordinary words
WordStack effect
>persistent-hash( assoc -- phash )
passociate( value key -- phash )


Class predicate words
WordStack effect
persistent-hash?( object -- ? )


Files


Metadata files


Children from resource:basis
VocabularySummary
persistent.hashtables.config
persistent.hashtables.nodes