We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b29ee8b commit a01c07aCopy full SHA for a01c07a
crates/oxc_data_structures/README.md
@@ -8,6 +8,7 @@ This crate provides specialized data structures and utilities that are used thro
8
9
## Key Features
10
11
+- **Stacks**: Efficient stack types, optimized for fast `push`, `pop`, and `last`
12
- **Code buffer**: Efficient string building with segment tracking
13
- **Inline strings**: Memory-efficient string storage for short strings
14
- **Pointer extensions**: Utilities for safe pointer manipulation
0 commit comments