[go: up one dir, main page]

Menu

Code Commit Log


Commit Date  
[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
[r1431] by mukau

+ typo fix

2020-02-13 10:24:16 Tree
[r1430] by mukau

+ syntactic sugar for URL-style connect specifications

2020-02-13 10:23:45 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
[r1427] by mukau

merged trunk -r1424:1426 into 2.2.2-rc1: fixed missing default return from non-void function CQKeys::GetMatchId()

2020-02-12 14:13:18 Tree
Older >