blob: be7ec4e26ac1905367fb9fc2cdabdb374f5121d3 [file] [view]
# Fury Go
Fury is a blazing fast multi-language serialization framework powered by jit(just-in-time compilation) and zero-copy.
Currently fury go are implemented using reflection. In future we plan to implement a static code generator
to generate serializer code ahead to speed up serialization, or implement a jit framework which generate asm instructions
to speed up serialization.