donnie4w / gothrift

thrift optimization project for go

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

gothrift is a performance optimization framework

This is thrift's performance optimization program, which only optimizes performance and does not change functionality. It is perfectly compatible with official thrift and can be switched at will.
In some cases, it can improve serialization performance by more than 6 to 7 times, and significantly reduce memory allocation. At the same time, it optimizes the network transmission strategy and improves the overall transmission efficiency.
some test data and source code can be viewed in the link:testlink

About

thrift optimization project for go


Languages

Language:Go 100.0%