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

Example usage of the efficient deserializer #20

Open
patelprateek opened this issue Mar 27, 2023 · 0 comments
Open

Example usage of the efficient deserializer #20

patelprateek opened this issue Mar 27, 2023 · 0 comments

Comments

@patelprateek
Copy link

Very interesting project.
Would you be able to share an example of pointer to code in avro which does schema analysis and slower and how you hand rolled a de-serializer ?

For FastSerdeCache cache = new FastSerdeCache(compileClassPath); when and why do i need to set this ?
Do i need to set this ? on reading the blog i thought class generation happens on demand ? Is there a way to enable some static time compilation for cases where i know already the schema i am trying to de-serialize ?
How to check if the class is generated and compiled and observe in some stacktrace that the more efficient de-serializer is being invoked ?

@patelprateek patelprateek changed the title Example usage Example usage of the efficient deserializer Mar 27, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant