Hi,

I'm looking to implement a C library in Julia which makes use of another 
library which contains a sorted dictionary called a AVL table. I don't know 
much about the technical internals of ALV table, and the C looks 
complicated to get into, if Julia already has something that does the job. 
Does the data structure SortedSet in DataStructures.jl perform the same 
functionality in a similar way? The ALV table C implementation is 
here: https://github.com/benedictpaten/sonLib/blob/master/C/inc/avl.h

Thanks,
Ben.

Reply via email to