• Show log

    Commit

  • Hash : 6481a68d
    Author : Carlos Martín Nieto
    Date : 2012-12-07T19:23:16

    indexer: move the temporary buffers into the indexer object
    
    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.