Closed jacksoncougar closed 9 years ago
Fixed this issue using the new GuerillaBlocks generated using the GuerillaCodeDom. New methods were written that takes advantage of linear writes using a Stack to delay writing until we arrive at the destination in the stream. Much much lower write times now.
The default behavior of the Guerilla classes write function creates many non-linear seeks and writes. Work on making these linear to increase file operation performance.