Files
godot/drivers
Hadrien 1898a559a9 Optimize DirAccessUnix::get_next() for some file systems
On some file systems, like ext4 on Linux, readdir() gives enough
information to determine the entry type in order to avoid doing
a stat() system call.

Use this information and call stat() only if necessary.
2019-07-17 20:34:37 +02:00
..
2019-01-01 12:58:10 +01:00
2019-07-16 07:13:37 +03:00
2019-02-20 13:47:01 +01:00