Benchmark GDALWarp bindings metadata retrieval and compare it to usual GDAL JNI bindings. A relevant discussion is here geotrellis/gdal-warp-bindings#54
Do we loose a lot on allocating Arrays on the JVM side? Would it be better to allocate strings and arrays on the JVM side to minimize resources allocation?
Benchmark GDALWarp bindings metadata retrieval and compare it to usual GDAL JNI bindings. A relevant discussion is here geotrellis/gdal-warp-bindings#54
Do we loose a lot on allocating Arrays on the JVM side? Would it be better to allocate strings and arrays on the JVM side to minimize resources allocation?