My favorites | Sign in
Project Logo
                
New issue | Search
for
| Advanced search | Search tips
Issue 2: Slow index loading speed
1 person starred this issue and may be notified of changes. Back to list
Status:  Accepted
Owner:  erymski
Type-Enhancement
Priority-High
OpSys-Windows
Performance
0.17.0.0


Sign in to add a comment
 
Reported by erymski, Dec 17, 2006
Index should be loaded by big chunks, not by atoms.

Now it uses reader.ReadInt16() or reader.ReadInt32() which is deadly slow.
Should be done as reader.ReadBytes().
Sign in to add a comment

Hosted by Google Code