Skip to main content

Crate bhc_intern

Crate bhc_intern 

Source
Expand description

String interning for efficient symbol handling.

This crate provides interned strings (symbols) that enable O(1) equality comparisons and reduced memory usage for repeated strings.

Modules§

kw
Pre-interned symbols for common identifiers.

Structs§

Ident
An identifier with a name symbol.
Symbol
An interned string symbol.