Shawn Yang
Shawn Yang
This is interesting. Withi this feature, we can implement some kinds of dictiontary encoding for data plane. I planed to implement it as `DataContext` before.
This will introduce a big change in user API. I will deep into it when I have time. Currently I'm on vacation.
And I future, we plan to profile user data, and generate new serializer based on the profiling result. For exmaple, disable/enabled number compression for specific fields. Check whether map keys...
> maybe it could be. I use Fury for RPC and have a big trouble is fury option can't change when code is going on. if we have more >...
Hi @johannschenkl , thanks for reporting this bug. It seems that our current implementation has some inconsistency between interpreter mode and codegen mode. This has been reported in #1455, #1325...
Will it still raise execpetion if you disabled asyncCompilation?
It would be really great if you can provide reproduction code. I try to fix it for a long time
Hi @johannschenkl . Is this issue still persisits?
This is right, or you can use `org.apache.fury.ThreadLocalFury#ThreadLocalFury`, which let you to set anything in the factory
Hi @peacess, thanks for filing this issue. Could you share more details? Which serialization framework do you use now for what scenarios? What's the bottle for it?