godot/platform
A Thousand Ships 955d5affa8
Reduce and prevent unnecessary random-access to List
Random-access access to `List` when iterating is `O(n^2)` (`O(n)` when
accessing a single element)

* Removed subscript operator, in favor of a more explicit `get`
* Added conversion from `Iterator` to `ConstIterator`
* Remade existing operations into other solutions when applicable
2024-05-04 16:08:55 +02:00
..
android Reduce and prevent unnecessary random-access to List 2024-05-04 16:08:55 +02:00
ios Reduce and prevent unnecessary random-access to List 2024-05-04 16:08:55 +02:00
linuxbsd Reduce and prevent unnecessary random-access to List 2024-05-04 16:08:55 +02:00
macos [StatusIndicator] Add method to get indicator icon screen rect. 2024-05-02 14:39:33 +03:00
web Reduce and prevent unnecessary random-access to List 2024-05-04 16:08:55 +02:00
windows Reduce and prevent unnecessary random-access to List 2024-05-04 16:08:55 +02:00
register_platform_apis.h One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
SCsub SCons: unify code generations routine and minimize timestamp changes 2024-03-15 15:43:53 +01:00