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

refactor and optimize document parsing #38

Merged
merged 7 commits into from
Dec 18, 2023
Merged

refactor and optimize document parsing #38

merged 7 commits into from
Dec 18, 2023

Conversation

liuq19
Copy link
Collaborator

@liuq19 liuq19 commented Nov 24, 2023

To fix #34

Tasks:

  • support parse owned dom in Rust struct

  • use thread-local preallocated buffer

  • add more apis as serde_json: such as from and from_iter and so on.

Design:

  1. use memory poll allocator and smallest node layout
  2. shared parts support sync, such as allocator
  3. no explicit allocator args

@liuq19 liuq19 marked this pull request as ready for review December 15, 2023 10:55
@liuq19 liuq19 merged commit 61be226 into main Dec 18, 2023
8 checks passed
@liuq19 liuq19 deleted the chore/document branch December 18, 2023 08:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

Support untyped value in the serde trait
2 participants