LiangliangSui

Results 15 issues of LiangliangSui

## What does this PR do? This PR implements the function of converting utf16 to string. ## Related issues https://github.com/apache/incubator-fury/issues/1545 ## Does this PR introduce any user-facing change? - [...

## What does this PR do? Fix potential thread safety issues with ThreadPoolFury and ThreadLocalFury. ## Related issues https://github.com/apache/incubator-fury/issues/1524 ## Does this PR introduce any user-facing change? - [ ]...

## Is your feature request related to a problem? Please describe. 1. `org.apache.fury.ThreadLocalFury#processCallback` will access the `LoaderBinding` of all threads, which has potential thread safety issues ```java // org.apache.fury.ThreadLocalFury @Override...

enhancement

## Is your feature request related to a problem? Please describe. Fury Logger is optional between `FuryLogger` and `Slf4jLogger`, or disable Fury log completely. ## Describe the solution you'd like...

enhancement

## Is your feature request related to a problem? Please describe. Currently, classes can only be registered through the `Fury#register` interface. Could we build Fury and register the class in...

enhancement

To reduce the complexity of the `ClassResolver` class, we mainly do the following two things: 1. Move ClassId related responsibilities into ClassIdAllocator class. 2. Move `registeredId2ClassInfo` into `ExtRegistry` static inner...

Use `windows-2022` in CI and fix some C++ compilation errors in windows.

## Is your feature request related to a problem? Please describe. 1. ClassId is allocated using `ClassIdAllocator`. The ClassId allocation task is separated from `ClassResolver`. `ClassIdAllocator` is referenced in `ClassResolver`...

enhancement

Hello @afkT ,我对这个项目感兴趣,想为这个项目做出一些贡献,咱们这个项目接受贡献代码吗。

## Is your feature request related to a problem? Please describe. The current string implementation protocol in furygo is different from the xlang protocol. ## Describe the solution you'd like...

enhancement