[vlc-devel] commit: variables: use a binary search tree instead of a table ( Rémi Denis-Courmont )

git version control git at videolan.org
Wed Jan 6 15:08:20 CET 2010


vlc | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Wed Jan  6 16:05:15 2010 +0200| [19adcbe5be83ce12a07d83092503c3f4a622b3b6] | committer: Rémi Denis-Courmont 

variables: use a binary search tree instead of a table

This makes insertion/deletion faster, and saves a lot of code

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=19adcbe5be83ce12a07d83092503c3f4a622b3b6
---

 src/libvlc.h         |    3 +-
 src/misc/objects.c   |  157 +++++++++++++-------------
 src/misc/variables.c |  308 ++++++++++++++------------------------------------
 src/misc/variables.h |   13 +-
 4 files changed, 170 insertions(+), 311 deletions(-)

Diff:   http://git.videolan.org/gitweb.cgi/vlc.git/?a=commitdiff;h=19adcbe5be83ce12a07d83092503c3f4a622b3b6



More information about the vlc-devel mailing list