added: simplified circular buffer for CFileCache
authorelupus <elupus@xbmc.org>
Thu, 24 Mar 2011 22:30:13 +0000 (23:30 +0100)
committerelupus <elupus@xbmc.org>
Fri, 25 Mar 2011 19:04:25 +0000 (20:04 +0100)
commit580387f0eb9541246e20d236adf0e0c5348f5bc1
tree8b6038a9b11abce2771ff08b3cf34462c67b1f23
parent9071f656643f3d1b66f756044527b9a02492af7e
added: simplified circular buffer for CFileCache

It has less memory requirement than previous system and only uses a single buffer wich removes the need to copy around data between history and future buffers.
project/VS2010Express/XBMC.vcxproj
project/VS2010Express/XBMC.vcxproj.filters
xbmc/filesystem/CacheCircular.cpp [new file with mode: 0644]
xbmc/filesystem/CacheCircular.h [new file with mode: 0644]
xbmc/filesystem/FileCache.cpp
xbmc/filesystem/Makefile.in