1
0
mirror of https://github.com/godotengine/godot synced 2024-07-08 17:05:49 +00:00
godot/modules/webrtc
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
..
doc_classes
config.py
library_godot_webrtc.js
register_types.cpp
register_types.h
SCsub
webrtc_data_channel_extension.cpp
webrtc_data_channel_extension.h
webrtc_data_channel_js.cpp
webrtc_data_channel_js.h
webrtc_data_channel.cpp
webrtc_data_channel.h
webrtc_multiplayer_peer.cpp Reduce and prevent unnecessary random-access to List 2024-05-04 16:08:55 +02:00
webrtc_multiplayer_peer.h
webrtc_peer_connection_extension.cpp
webrtc_peer_connection_extension.h
webrtc_peer_connection_js.cpp
webrtc_peer_connection_js.h
webrtc_peer_connection.cpp
webrtc_peer_connection.h