mirror of
https://github.com/italicsjenga/winit-sonoma-fix.git
synced 2025-01-03 02:21:30 +11:00
a698146943
The bulk of this commit is changing instances of Vec to RingBuf which is optimized for the push_back() / pop_front() strategy that is used internaly in the event system. The glutin custom iterators are now just wrappers around the RingBuf iterator type. This will bring the running time of iterator traversal from O(n^2) to O(n) because shifting-on-delete won't be performed. |
||
---|---|---|
.. | ||
window | ||
ffi.rs | ||
headless.rs | ||
mod.rs |