[go: up one dir, main page]

Menu

/ddc Commit Log


Commit Date  
[r1439] by mukau

+ escaped non-ASCII strings constants in utilit.cpp

2020-02-14 11:47:05 Tree
[r1438] by mukau

+ escaped non-ASCII strings constants (make clang shut up)

2020-02-14 11:45:21 Tree
[r1437] by mukau

+ fixed some delete[]/delete bugs in src/CommonLib/ddcString.cpp

2020-02-14 11:11:08 Tree
[r1436] by mukau

+ merged -r1434:1435 from tags/ddc-2.2.2-rc2 into trunk (fix compile for g++-5.4.0 / ubuntu 16.04.6)

2020-02-14 08:38:18 Tree
[r1435] by mukau

+ workaround for "error: overriding `virtual std::invalid_argument::~invalid_argument() throw ()'" under g++-5.4.0 / ubuntu 16.04.6

2020-02-14 08:34:34 Tree
[r1434] by mukau

+ tagged ddc-2.2.2-rc2

2020-02-14 08:25:12 Tree
[r1433] by mukau

* fixed ddc_index Schlemiehl-the-Painter bug due to flat sorted list<CStringItem> CFreeBiblStringIndex::m_BuildStringItems
- symptoms: throughput rates reported by ddc_index (exponential decay?) as indexing progresses,
dropping from initial >130k tok/sec to <4k tok/sec after processing ca. 100M tokens in ca. 300K documents
- re-implemented using map<string,DWORD> CFreeBiblStringIndex::m_BuildStringItemsMap
- new code reports near-constant throughput on 5M-token test corpus
+ (150k +/- 9k) tok/sec if input corpus is in OS buffer cache
+ ( 32k +/- 8k) tok/sec otherwise

2020-02-14 08:24:23 Tree
[r1432] by mukau
2020-02-13 12:20:40 Tree
[r1429] by mukau

+ duplicated PtrHolder<T> to ArrayPtrHolder<T> for pointers allocated with new[]

2020-02-12 14:59:10 Tree
[r1428] by mukau

+ duplicated PtrHolder<T> to ArrayPtrHolder<T> for pointers allocated with new[]

2020-02-12 14:58:04 Tree
Older >