The GitHub Actions job "Fury CI" on incubator-fury.git has succeeded.
Run started by GitHub user theweipeng (triggered by theweipeng).

Head commit for run:
3b61eca87c7fb7b6332f05ef5a5b6ee1927e2118 / Shawn Yang <shawn.ck.y...@gmail.com>
feat(spec): remove list/map header from type meta spec (#1590)

## What does this PR do?

This PR removes list/map header from type meta spec. 

Such header may be computed ahead sometimes. But it may need to compute
based the data at runtime. If we write header into type meta, we may
still need to compute and write header when serialization. This will
introduce extra space cost.

Instead, we can write all such header at runtime, and when
creating/generating serializer, we can compute part of such header
ahead, and let remaing parts of header computed at serialization.

When deserialization, the deserializer can generate different
deserializer based on read header, which will be more efficient.

## Related issues
#1413


## Does this PR introduce any user-facing change?

<!--
If any user-facing interface changes, please [open an
issue](https://github.com/apache/incubator-fury/issues/new/choose)
describing the need to do so and update the document if necessary.
-->

- [ ] Does this PR introduce any public API change?
- [ ] Does this PR introduce any binary protocol compatibility change?


## Benchmark

<!--
When the PR has an impact on performance (if you don't know whether the
PR will have an impact on performance, you can submit the PR first, and
if it will have impact on performance, the code reviewer will explain
it), be sure to attach a benchmark data here.
-->

Report URL: https://github.com/apache/incubator-fury/actions/runs/8866362169

With regards,
GitHub Actions via GitBox


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@fury.apache.org
For additional commands, e-mail: commits-h...@fury.apache.org

Reply via email to