tarantool/tarantool

Implement super fast template comparators for nullable fields

Open

#3,093 opened on 2018年1月29日

GitHub で見る
 (0 comments) (0 reactions) (0 assignees)Lua (3,633 stars) (406 forks)batch import
featuregood first issuerefactoring

説明

Now nullable comparators use slowpath templates. Lets implement for them field-template comparators, in which each field is template, not entire key (see comparator_with_key_signature, comparator_signature in tuple_compare.cc).

コントリビューターガイド