Shawn Yang

Results 219 comments of Shawn Yang

`serializeJavaObject` won't store classinfo of outermost object, so it would be faster. But The difference between `serializeJavaObject` and `serialize` should be small, since it only save a classinto write for...

Great, thanks for the willingness to contribute to Apache Fury. Note that Java implementation in https://github.com/apache/incubator-fury/pull/1514 has some changes, please see latest code in main branch

I run yoyr code locally, here is my result: ```java 2024-04-24 08:12:19 INFO Fury:144 [main] - Created new fury org.apache.fury.Fury@dfd3711 BufferedOutput took 1275ms serializeJavaObject took 1975ms serialize took 1784ms ```...

> Hi!I saw this issue in the Alibaba Cloud Tianchi TONGYI Lingma competition. I would like to try implementing it. Great! thanks for contributing to Apache Fury. Seems @Kelvinyu1117 hasn't...

Hi @andyczerwonka , can I reproduce this error in my local environment?

And could you provide your Fury creation code here too?

Could you disable sync compilation and try it again? There are some inconsistentency between compile mode and interpretor mode

> > Could you disable sync compilation and try it again? There are some inconsistentency between compile mode and interpretor mode > > Assuming you want me to `withAsyncCompilation(false)`, yes?...

Fury need to go back in the buffer to update some header in some situations. In such cases, flush ahead is not possible. In the long run, we may be...

Hi @nandakumar131, thanks for the willingness to contribute to Fury. I haven't start part2 yet, you can take up this part work. FYI, Currently Fury uses guava TypeToken for generics...