Files
godot/core/os
Fredia Huya-Kouadio aab26ad7d2 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 08:21:12 -07:00
..
2022-01-13 15:54:13 +01:00
2022-01-13 15:54:13 +01:00
2022-01-13 15:54:13 +01:00
2022-01-13 15:54:13 +01:00
2022-01-13 15:54:13 +01:00
2022-05-05 15:02:46 +02:00
2022-01-13 15:54:13 +01:00
2022-05-16 15:58:36 +02:00
2022-05-16 15:58:36 +02:00