[Doc] add basic type java format doc#928
Merged
chaokunyang merged 1 commit intoapache:mainfrom Oct 3, 2023
Merged
Conversation
chaokunyang
added a commit
to chaokunyang/fory
that referenced
this pull request
Oct 3, 2023
add basic type java format doc
chaokunyang
added a commit
that referenced
this pull request
Oct 3, 2023
…923) * add codegen invocation annotation * optimize collection serialization protocol by homogeneous info * implement interpreter optimized collection read/write * refine jit if/comparator exprs * implement jit collection optimization * add tests * update depth uo make generics push work * fix collection opt jit * add collection nested opt tests * write decl class for meta share * use walkpath to reuse classinfo/holder * fix get classinfo * inline classinfo to get smaller code size * split methods into small methods * add non final object type tests * misc fix * add missing header * fix class resolver test * fix jit method split * update classinfo only for not decl type * Fix method split for collection jit * add map with set elements test * Optimize StringBuilder/StringBuffer serialization (#908) * Optimize StringBuilder/StringBuffer serialization * try to optimize StringBuilder * first to Check code Style * hidden * hidden * bug fix and check code style * delete excess code and add buffers to try testing * fix * try to fix problem * fix function * code fix * code fix again * Update java/fury-core/src/main/java/io/fury/serializer/Serializers.java commit Co-authored-by: Shawn <shawn.ck.yang@gmail.com> * Update java/fury-core/src/main/java/io/fury/serializer/Serializers.java commit Co-authored-by: Shawn <shawn.ck.yang@gmail.com> --------- Co-authored-by: pankoli <pankoli@tencent.com> Co-authored-by: Shawn <shawn.ck.yang@gmail.com> * Bump release versin to 0.1.2 (#924) * [Doc] add basic type java format doc (#928) add basic type java format doc * [Java] speed test codegen speed by avoid duplicate codegen (#929) * speed test codegen speed by avoid duplicate codegen * fix cache * fix cllass gc * use a standalone lock for every key * refine gc trigger * skip cache for furyGC tests * fix gc tests * lint code * add collection serialization java design doc * update doc * update doc * debug ci * Workaround G1ParScanThreadState::copy_to_survivor_space crash * add iterate array bench results * add benchmark suite * fix jvm g1 workaround * add CollectionSuite header * fix crash * skip unnecessary compress number --------- Co-authored-by: PAN <46820719+pandalee99@users.noreply.github.com> Co-authored-by: pankoli <pankoli@tencent.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What do these changes do?
add basic type java format doc
Related issue number
#652Check code requirements