#interning #symbol #intern

symbol_table

A symbol table that's fast, concurrent, and gives stable references

4 releases (breaking)

0.4.0 Oct 28, 2024
0.3.0 Nov 3, 2022
0.2.0 Aug 16, 2022
0.1.0 Apr 28, 2022

#282 in Data structures

Download history 1209/week @ 2024-09-20 1143/week @ 2024-09-27 1409/week @ 2024-10-04 1430/week @ 2024-10-11 1503/week @ 2024-10-18 1266/week @ 2024-10-25 1370/week @ 2024-11-01 1233/week @ 2024-11-08 1579/week @ 2024-11-15 1706/week @ 2024-11-22 1202/week @ 2024-11-29 1469/week @ 2024-12-06 1208/week @ 2024-12-13 656/week @ 2024-12-20 639/week @ 2024-12-27 1271/week @ 2025-01-03

3,991 downloads per month
Used in 18 crates (5 directly)

MIT license

14KB
228 lines

symbol_table

This crate provides an easy-to-use SymbolTable that's fast, suitable for concurrent access, and provides stable &str references for resolved symbols.

With the global feature enabled, the provided GlobalSymbol type provides a lot of convenience methods and trait implementations for converting to/from strings.


lib.rs:

This crate provides an easy-to-use SymbolTable that's fast, suitable for concurrent access, and provides stable &str references for resolved symbols.

With the global feature enabled, the provided GlobalSymbol type provides a lot of convenience methods and trait implementations for converting to/from strings.

Dependencies

~0.9–1.2MB
~17K SLoC