Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rework the library #1

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open

Rework the library #1

wants to merge 3 commits into from

Conversation

Seb-stian
Copy link
Member

@Seb-stian Seb-stian commented Jan 15, 2022

This is a draft, do not merge

Roadmap:

  • Fully implement modified UTF-8 according to spec
  • Optimize modified UTF-8 for ASCII strings
  • Add a source generator for modified-UTF-8 strings
  • Add warnings to source generators
  • Vectorize writing arrays
  • Add NbtSerializer
  • Add NbtSerializationContext
  • Add Snbt support
  • Add validation to NbtDocument.Parse
  • Optionally cache compound indexes in a NbtDocument (enable by default)
  • Add direct value read methods to NbtCompound
  • Add XML docs to public types and members
  • Add examples for commonly used types and scenarios
  • Add total test coverage
  • Add full support for lists and compounds in NbtDocument
  • Add debug proxies for public types

@Seb-stian Seb-stian self-assigned this Jan 15, 2022
@Seb-stian Seb-stian added enhancement New feature or request performance CPU and/or memory usage source generation Generating source files tests Unit tests for the library labels Jan 15, 2022
@Seb-stian Seb-stian added this to the Release milestone Jan 15, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request performance CPU and/or memory usage source generation Generating source files tests Unit tests for the library
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant