Files
godot/core
Fredia Huya-Kouadio 31712cc9e7 Address slow copy performance when using the FileAccessFilesystemJAndroid implementation.
Read/write ops for this implementation are done through the java layer via jni, and so for good performance, it's key to avoid numerous repeated small read/write ops due the jni overhead.

The alternative is to allocate a (conversatively-sized) large buffer to reduce the number of read/write ops over the jni boundary.
2022-07-21 09:06:29 -07:00
..
2022-07-16 18:09:36 +02:00
2022-06-20 12:54:19 +02:00
2022-07-12 00:44:13 +02:00
2022-07-05 22:13:37 +02:00
2022-07-05 22:13:37 +02:00
2022-05-06 00:27:10 +02:00
2022-05-06 00:27:10 +02:00
2022-07-05 22:13:37 +02:00