]> git.sesse.net Git - vlc/commit
variables: use a binary search tree instead of a table
authorRémi Denis-Courmont <remi@remlab.net>
Wed, 6 Jan 2010 14:05:15 +0000 (16:05 +0200)
committerRémi Denis-Courmont <remi@remlab.net>
Wed, 6 Jan 2010 14:05:15 +0000 (16:05 +0200)
commit19adcbe5be83ce12a07d83092503c3f4a622b3b6
treeb93f1c3028b5509e3801ce3173c6ed443627d876
parent6d6fcaba2c7b55b9817ec0ee8b0dc9239ea3895d
variables: use a binary search tree instead of a table

This makes insertion/deletion faster, and saves a lot of code
src/libvlc.h
src/misc/objects.c
src/misc/variables.c
src/misc/variables.h