fachat / XD2031

A filesystem server for Commodore 8-bit computers
18 stars 2 forks source link

di_provider does very fine granular seeks #158

Closed fachat closed 7 years ago

fachat commented 8 years ago

This reduces performance as seeks are given to the lower level. Esp. when a Dxx file is encapsulated in another Dxx file, the outer Dxx file does many reads to follow the block chain, on each seek...

fachat commented 7 years ago

Fixed in branch di_api