PAN
PAN
### Which Issue(s) This PR Fixes Fixes #5992 ### Brief Description Code optimization, and some exception handling optimization ### How Did You Test This Change? It isn't necessary
## What does this PR do? Introduced simdutf to Fury, evaluated the implementation, and then chose a better implementation. First look at the execution rendering:  Here `_SIMD` represents the...
### Feature Request Maybe we can try some portable SIMD libraries, like https://github.com/xtensor-stack/xsimd https://github.com/google/highway .. instead of handwritten intrinsic calls. because `xsimd` is also often used on `apache arrow` to...
### Feature Request cpp/fory/benchmark/benchmark_string_util.cc In the fory-cpp module, in the benchmark file, simdutf is used for performance comparison. However, in reality, we do not use this library function. We are...
### Feature Request Nowadays, there are many problems with cross-language serialization code, all of which need to be modified ### Is your feature request related to a problem? Please describe...
### Feature Request I find that the community is developing very vigorously. Almost every language has its corresponding PR being generated, but the cpp seems not to have been updated...
### Background At present, fory-go is still in a very early stage of development. Although its core functions can basically meet the needs of use, there is still considerable room...
### Search before asking - [x] I had searched in the [issues](https://github.com/apache/fory/issues) and found no similar issues. ### Version branch main pr #2339 ci It happened on both mac and...