Files
godot/core
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-04-01 18:20:33 -03:00
2022-01-13 15:54:13 +01:00
2022-02-11 09:50:59 +01:00
2022-04-13 11:32:44 +02:00
2022-06-09 11:58:48 +02:00
2022-06-09 11:58:48 +02: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 22:29:18 -06:00
2022-01-13 15:54:13 +01:00
2022-06-07 20:16:51 +01:00
2022-01-13 15:54:13 +01:00
2022-05-24 20:23:08 +08:00
2022-01-13 15:54:13 +01:00
2022-02-11 09:50:59 +01:00
2022-01-13 15:54:13 +01:00
2022-04-01 18:20:33 -03: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-04-26 13:55:48 +02:00
2022-04-01 18:20:33 -03:00
2022-01-13 15:54:13 +01:00
2022-01-13 15:54:13 +01:00