Is it possible to share memory between several web workers for reading and writing(or at least for reading only) in the modern browsers? If not, are there plans to implement such feature?
I know that data may be transferred between workers by using message system, but such way sometimes is not suitable, for instance because of serialization overhead of large data structures.