Revision 816773

Go back to digest for 8th June 2008

Features in Development Tools

David Nolden committed changes in /trunk/KDE/kdevplatform/language/duchain:

Add a global indexed repository for strings, that allows assigning unique indices to strings.
It can also be used to store other data types.
It uses separate buckets to store the actual data, and is very space efficient.

This is an important step on the way to duchain persistence, and will allow saving a lot of space and computations.

File Changes

Added 6 files
  • /trunk/KDE/kdevplatform/language/duchain
  •   /indexedstring.cpp
  •   /indexedstring.h
  •   /repositories
  •   /repositories/itemrepository.cpp
  •   /repositories/itemrepository.h
  •   /repositories/stringrepository.h
Modified 1 files
  • /trunk/KDE/kdevplatform/language/duchain/ducontext.h
7 files changed in total