Skip to content

Managed component for STC library (IEC-332) #528

@igrr

Description

@igrr

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

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions