Branch: refs/heads/master
Home: https://github.com/tarantool/tarantool
Commit: a4f8ee3463b0abc152a218814ea418bd389410fc
https://github.com/tarantool/tarantool/commit/a4f8ee3463b0abc152a218814ea418bd389410fc
Author: Konstantin Osipov <[email protected]>
Date: 2014-01-12 (Sun, 12 Jan 2014)
Changed paths:
M src/box/lua/tuple.cc
M src/lua/msgpack.cc
M src/lua/utils.c
M src/lua/utils.h
M test/box/lua.result
M test/box/msgpack.result
M test/box/msgpack.test.lua
M third_party/lua-yaml/lyaml.c
Log Message:
-----------
Remove Lua-MsgPack serializer hints 'array' and 'map'.
In Lua, by definition, an array is something that
is indexed from 1 and doesn't have gaps in indexes.
This can be easily checked without serializer hints.
Tuple to YAML conversion should not go through a temporary
conversion to a Lua table in the future, so it should
also not be an argument for slowing things down.
_______________________________________________
Mailing list: https://launchpad.net/~tarantool-developers
Post to : [email protected]
Unsubscribe : https://launchpad.net/~tarantool-developers
More help : https://help.launchpad.net/ListHelp