box: replace port_tuple with port_c everywhere
Port_tuple is exactly the same as port_c, but is not able to store raw MessagePack. In theory it sounds like port_tuple should be a bit simpler and therefore faster, but in fact it is not. Microbenchmarks didn't reveal any difference. So port_tuple is no longer needed, all its functionality is covered by port_c. Follow up #4641
Showing
- src/box/box.cc 2 additions, 2 deletionssrc/box/box.cc
- src/box/execute.c 5 additions, 5 deletionssrc/box/execute.c
- src/box/execute.h 6 additions, 7 deletionssrc/box/execute.h
- src/box/key_list.c 2 additions, 2 deletionssrc/box/key_list.c
- src/box/lua/execute.c 3 additions, 3 deletionssrc/box/lua/execute.c
- src/box/lua/misc.cc 0 additions, 18 deletionssrc/box/lua/misc.cc
- src/box/lua/schema.lua 15 additions, 12 deletionssrc/box/lua/schema.lua
- src/box/port.c 4 additions, 105 deletionssrc/box/port.c
- src/box/port.h 1 addition, 40 deletionssrc/box/port.h
- src/lib/core/port.h 1 addition, 1 deletionsrc/lib/core/port.h
Loading
Please register or sign in to comment