jacksoncougar / Moonfxsh

A gentle sea-living organism seemingly immune to the flood infection
7 stars 2 forks source link

Non-linear writes #7

Closed jacksoncougar closed 9 years ago

jacksoncougar commented 9 years ago

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.

jacksoncougar commented 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.