Skip to content

Commit a01c07a

Browse files
overlookmoteltaearls
authored andcommitted
docs(data_structures): add stacks to README (oxc-project#12904)
AI wrote these docs, and it completely missed the largest part of the crate!
1 parent b29ee8b commit a01c07a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

crates/oxc_data_structures/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ This crate provides specialized data structures and utilities that are used thro
88

99
## Key Features
1010

11+
- **Stacks**: Efficient stack types, optimized for fast `push`, `pop`, and `last`
1112
- **Code buffer**: Efficient string building with segment tracking
1213
- **Inline strings**: Memory-efficient string storage for short strings
1314
- **Pointer extensions**: Utilities for safe pointer manipulation

0 commit comments

Comments
 (0)