rfcs icon indicating copy to clipboard operation
rfcs copied to clipboard

Add RFC: Codec Identifiers

Open derrod opened this issue 1 year ago • 0 comments

Description

This RFC intends to facilitate discussion to find a way to move away from storing codec identifiers as strings. This is to avoid string comparisons and remove some redundancies such as outputs defining their own codec enumerations.

Motivation and Context

String comparisons are slow, error prone (case sensitivity, typos, etc.), and generally ugly. Most outputs convert from strings to internal enumerations anyway which could be made redundant by providing them in the first place.

Link to RFC

derrod avatar Jun 20 '24 06:06 derrod