[go: up one dir, main page]

Menu

Code Commit Log


Commit Date  
[r1000] by mukau

+ fixed mantis bug #27397 ('daughers over-pruned' error from branch-server for limit=0)

2018-06-13 09:07:43 Tree
[r999] by mukau

+ updated docs for upcoming v2.1.12 file-format changes

2018-06-12 14:42:39 Tree
[r998] by mukau

+ updated CHitBorders::CBreakCollection::m_BreakOffsets to use mmap()-able ddcVecFile<CTokenNo>, now wrapped with typedef ddcBreakVector

2018-06-12 13:58:14 Tree
[r997] by mukau

- updated CHitBorders::m_PageBreaks to use mmap()-able ddcVecFile<CPageNumber>

2018-06-12 13:24:20 Tree
[r996] by mukau

- updated CConcXml::m_Dates to use mmap()-able ddcVecFile<DWORD>

2018-06-12 12:52:23 Tree
[r995] by mukau

- added CommonLib/ddcStringEnum.h with template class ddcStringEnum<OffT=DWORD> for mmap()-able string<->integer mappings
- updated CConcXml::CFreeBiblStringIndex::m_Values (now m_ValuesE) to use new ddcStringEnum<> with mmap support
+ file format changed: newline-separated "*._bibl_NAME_strings" is now 2 files
~ "*._bibl_NAME_strings_values": NUL-separated values
~ "*._bibl_NAME_strings_idx" : start offsets in *._bibl_NAME_strings_values indexed by logical ID
+ compatibility hack: old "\n"-sparated "*._bibl_NAME_strings" files can still be read in slurp-mode, but produce a warning

2018-06-12 12:24:06 Tree
[r994] by mukau

+ *perdiv* seems working (still need to test with ddc_index)
+ started work on StringEnum for *._bibl_ATTR_strings (requires conversion, indexing supprt, updated min-compat)

2018-06-11 14:52:23 Tree
[r993] by mukau

+ added bibl-strings2indexed.perl: upgrade hack for v2.1.12 MemoryMap option

2018-06-11 13:34:58 Tree
[r992] by mukau

+ added template structs ddcVec2dFile<T>, ddcMapFile<T> in src/CommonLib/ddcMMap.h : for '_perdivToken' & similar ; basic tests seem to work ok (const_iterator is still UNTESTED)

2018-06-08 14:42:24 Tree
[r991] by mukau

+ mmap: updated CIndexSetForQueryingStage::m_Index (vector<CIndexItem> -> ddcVecFile<CIndexItem>)

2018-06-08 12:00:22 Tree
Older >