Skip to content
Snippets Groups Projects
Commit d285d0ce authored by Vladimir Davydov's avatar Vladimir Davydov Committed by Konstantin Osipov
Browse files

vinyl: use tuple instead of raw msgpack for range begin and end

Maintaining range->{begin,end} as tuples is useful for the concept of
run slices, which is introduced by the following patches. A slice may
inherit its begin and end from a range, so basically we have two
alternatives: either copy keys or take references. The latter seems to
be more straightforward.
parent 0e00b714
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment