You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@chaokunyang
Hi, I would like to try this. But i have question first, do i need create new maven module for this? It looks like just add new Class in fury-core?
If we add a new class directly into fury-core, we must aovid introducing a new jar dependency. MethodHandle or reflection is feasible. If we don't use reflection, we may need to add a new maven module
Is your feature request related to a problem? Please describe.
In #1663, we add a
MetaCompressor
interface and deflater based implementation.Zstd has better compression rate and can learn from train corpu, we should support using zstd as meta compressor
Describe the solution you'd like
Add a new java maven module, impement zstd based meta compressor.
Additional context
#1663
The text was updated successfully, but these errors were encountered: