Mercurial > dedupe
view UniqueString.cpp @ 16:06166d6c083b
Add configuration processing.
Cache DB values
Add a custom RBTree to save space.
Track multiple DB connections properly.
More testing.
Add ValueExistsException.
| author | Tom Fredrik Blenning Klaussen <bfg@blenning.no> |
|---|---|
| date | Tue, 28 Aug 2012 18:58:02 +0200 |
| parents | |
| children | d0502678429c |
line wrap: on
line source
#include "UniqueString.hpp" //QMap<QString, QString> UniqueString::map; RBTree<QString> UniqueString::map;
