urlyy

Results 52 comments of urlyy

好的,请分配给我

I want to participate in this year's OSPP and I'm also quite interested in this issue. Could you provide some specific examples regarding this problem? I want to use examples...

@chaokunyang Hi, I have some confusion about the document during implementating `Extended Type Meta with Inheritance support`. I'm not sure if the `meta header` is actually the `global binary header`....

I noticed that this part of the logic is not reflected in the specification document, which confused me for a while. I suggest that we should add a description here.

@chaokunyang Should it be `0b1111_1111_1111` here? The documentation seems to only use `11` bits.

Hi, I just looked at the implementation of metashare and compatible in Java version. But looking at the Python code, it seems that the implementation of "compatible based on metashare"...

@chaokunyang Hi, I just read through the specification document and have some questions to ask: 1. `meta_share` is used when a Fury object processes some objects of the same class...

I don't find an example in `MetaSharedCompatibleTest.class` which has `fury.withLanguage(Language.XLANG)`, so I add this, and add `fury.register(beanA)`, `fury.register(beanB)`, but test failed when `xwrite` in `fury1.serialize(beanA);`. I don't know if it's...

Hi @chaokunyang , I'm mapping spec to code, I have read at the `field info block` corresponding to the [Meta share#Single layer class meta](https://fury.apache.org/docs/specification/fury_java_serialization_spec/#single-layer-class-meta) ``` | field info: variable bytes...

@chaokunyang Sorry, I have another question. I've started implementing python meta_share according to spec. But I'm new to cython. I found that `_fury.py` is pretty much the same as `_serialization.pyx`,...