indexer.c
24.1 KB
-
indexer: move the temporary buffers into the indexer object · 6481a68d
Storing 4kB or 8kB in the stack is not very gentle. As this part has to be linear, put the buffer into the indexer object so we allocate it once in the heap.
Carlos Martín Nieto committed