Files
godot/core/io
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-05-12 11:21:29 +02:00
2022-06-20 12:54:19 +02:00
2022-05-16 10:37:48 +02:00
2022-05-16 10:37:48 +02:00
2022-05-20 22:40:38 +02:00
2022-05-20 22:40:38 +02:00
2022-05-23 21:32:19 +02:00
2022-04-20 10:34:00 +03:00
2022-05-20 22:40:38 +02:00