-
Notifications
You must be signed in to change notification settings - Fork 117
Open
Labels
Component: new requestSet this label for issues which request a new component to be addedSet this label for issues which request a new component to be addedStatus: OpenedType: Feature RequestFeature request for a componentFeature request for a component
Description
Is your feature request related to a problem?
No IDF components providing C implementations of common containers, such as vectors, sets, maps, etc.
Describe the solution you'd like.
Being able to use containers from https://github.com/stclib/STC could help developers write less code on their own while avoiding suboptimal approaches, such as:
- using fixed-size arrays with excessive size
- manually implementing dynamically-sized arrays
- using arrays or linked lists where maps or sets allow for faster look-up.
Describe alternatives you've considered.
No response
Additional context.
No response
Metadata
Metadata
Assignees
Labels
Component: new requestSet this label for issues which request a new component to be addedSet this label for issues which request a new component to be addedStatus: OpenedType: Feature RequestFeature request for a componentFeature request for a component