Changes between Version 7 and Version 8 of rfc45_virtualmem


Ignore:
Timestamp:
Jan 8, 2014, 5:05:04 AM (10 years ago)
Author:
Even Rouault
Comment:

Add "Updated drivers" paragraph

Legend:

Unmodified
Added
Removed
Modified
  • rfc45_virtualmem

    v7 v8  
    10841084C++ ABI   --> incompatiblity because GDALRasterBand has a new virtual method.
    10851085
     1086== Updated drivers ==
     1087
     1088The RawRasterBand object and GeoTIFF drivers will be updated to implement
     1089GetVirtualMemAuto() and offer memory file mapping when possible (see above
     1090documented restrictions on when this is possible).
     1091
     1092In future steps, other drivers such as the VRT driver (for VRTRawRasterBand)
     1093could also offer a specialized implementation of GetVirtualMemAuto().
     1094
    10861095== SWIG bindings ==
    10871096
     
    11641173== Test Suite ==
    11651174
    1166 The autotest suite will be extended to test the Python API of this RFC. In
    1167 autotest/cpp, a test_virtualmem.cpp file tests concurrent access to the same
     1175The autotest suite will be extended to test the Python API of this RFC. It will also
     1176test the specialized implementations of GetVirtualMemAuto() in RawRasterBand and
     1177the GeoTIFF drivers. In autotest/cpp, a test_virtualmem.cpp file tests concurrent access to the same
    11681178pages by 2 threads.
    11691179