A pre-requisite patch for turning Index into an Object.
A pre-requisite patch for turning Index into an Object: Extract key description into an own structure, struct key. Introduce key_config function, which transfers configuration from confetti structure into struct key. This allows to decouple index construction from key construction -- something you need if you want a virtual constructor for index.
Showing
- mod/box/box.m 60 additions, 52 deletionsmod/box/box.m
- mod/box/box_lua.m 4 additions, 4 deletionsmod/box/box_lua.m
- mod/box/index.h 36 additions, 22 deletionsmod/box/index.h
- mod/box/index.m 38 additions, 38 deletionsmod/box/index.m
- mod/box/memcached.m 13 additions, 10 deletionsmod/box/memcached.m
Loading
Please register or sign in to comment