| Issue 2: | Slow index loading speed | |
| 1 person starred this issue and may be notified of changes. | Back to list |
Sign in to add a comment
|
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(). |
||||||||||||||
|
|
|||||||||||||||