Re: [ovs-dev] Subject: [PATCH 2/5] lib:Data structures: Skiplist implementation

2016-03-22 Thread Ben Pfaff
On Wed, Mar 09, 2016 at 12:02:38AM +, Rodriguez Betancourt, Esteban wrote: > Skiplist implementation intended for the IDL compound indexes > feature. > > Signed-off-by: Esteban Rodriguez Betancourt Thanks for the patch. This is a new and nontrivial data structure, but the implementation doe

[ovs-dev] Subject: [PATCH 2/5] lib:Data structures: Skiplist implementation

2016-03-08 Thread Rodriguez Betancourt, Esteban
Skiplist implementation intended for the IDL compound indexes feature. Signed-off-by: Esteban Rodriguez Betancourt --- lib/automake.mk | 2 + lib/skiplist.c | 292 lib/skiplist.h | 53 ++ 3 files changed, 347 insertions(+) create