samuel / go-thrift

A native Thrift package for Go

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Is this project still usefull now?

zhaoweiguo opened this issue · comments

Since we have "git.apache.org/thrift.git/lib/go/thrift", this project seems like less useful now!

If it is better to tell us such infos in readme.md

Thanks.

It's still very much useful. Both Thrift packages will work fine. It's a matter of preference. The one that's been bundled with the Apache distribution generates code that's not very nice to use IMO, and it implements a custom RPC interface instead of using the one from the stdlib. I haven't done any performance or GC comparisons between them recently so that would be something to look into when choosing.

IMO? What's it meaning?

IMO = "in my opinion"

Thanks very much