You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What is the maximum framerate a Stream can handle?
As the documentation says:
if we were to make a copy of bitmaps every time a single pixel was changed, that could become quite slow.
manipulates individual pixels quickly and without making a copy, breaks the immutable, functional model of Erlang/Elixir
Is it possible to achieve mutation of individual pixels without a copy, with an optional argument for experimental/special cases?
The text was updated successfully, but these errors were encountered:
Stream
?Stream
can handle?As the documentation says:
Is it possible to achieve mutation of individual pixels without a copy, with an optional argument for experimental/special cases?
The text was updated successfully, but these errors were encountered: