I'm curious on the performance on DataViews which I read weren't as 
optimized as the array buffers themselves. I created this lib  
https://github.com/Benvie/view-buffer which uses DataView to actually 
execute reading and writing. I've found providing indexed member access is 
a place where Proxies shine in that they a.) don't seem to suffer much or 
any performance penalty compared to native implementation, and b.) full JS 
implementation so easier to reason about. 
>
>

Reply via email to