LEAP-Systems / LEAP-Systems/spatial-codec
Compliance with Byte Encoding Standards
Open
@ztnel is already working on this.
Since Jun 2, 2021.
enhancement
- Dominant language
- Python
- Stars
- 4
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
To improve the codecs scalability the byte encoding standard should be passed as a parameter into the codec. The bit resolution of a given codec depends on the byte encoding standard. For example if uff-8 is used then each string character will translate to a byte of data but for utf-16 each character is allocated 2 bytes etc..
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.