Giter Club home page Giter Club logo

tipb's People

Contributors

ailinkid avatar alivxxx avatar andremouche avatar breezewish avatar busyjay avatar coocood avatar dragonly avatar guo-shaoge avatar hanfei1991 avatar hhkbp2 avatar hicqu avatar hongyunyan avatar iamxy avatar ianthereal avatar lysu avatar lzmhhh123 avatar mccxj avatar nrc avatar shenli avatar siddontang avatar tennyzhuang avatar tiancaiamao avatar windtalker avatar winoros avatar wshwsh12 avatar xuhuaiyu avatar xzhangxian1008 avatar yibin87 avatar zanmato1984 avatar zimulala avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

tipb's Issues

Keep the same directory structure for proto project

In TiKV, we keep the proto source code in proto directory, generated rust code in src directory and generated go code in pkg directory. But in tipb we keep generated go code in go-tipb directory.

Maybe we should keep the same directory structure for all proto projects.

Use gogo/protobuf insead of golang/protobuf

https://github.com/alecthomas/go_serialization_benchmarks
BenchmarkGoprotobufMarshal-8              2000000        746 ns/op      312 B/op        4 allocs/op
BenchmarkGoprotobufUnmarshal-8              2000000        978 ns/op      432 B/op        9 allocs/op
BenchmarkGogoprotobufMarshal-8             10000000        211 ns/op       64 B/op        1 allocs/op
BenchmarkGogoprotobufUnmarshal-8            5000000        289 ns/op       96 B/op        3 allocs/op

make reports error on master branch

[cauchy@kenan ~/go/src/github.com/pingcap/tipb]$ make
./generate-go.sh
generate go code...
cargo build --features gen
    Updating crates.io index
error: Package `tipb v0.0.1 (/Users/cauchy/go/src/github.com/pingcap/tipb)` does not have these features: `gen`
make: *** [rust] Error 101

There's no "executor" for "Join"?

Per current understanding on tipb, the messages defined in executor.proto match DB operations, say, select, aggregate etc. How about "Join"?

Add README

Hi there,

Please add a README file and give a brief description of this project.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.