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. > >
- [node-dev] On TypedArrays performance Stéphan Kochen
- Re: [node-dev] On TypedArrays performance Tim Caswell
- Re: [node-dev] On TypedArrays performance Stéphan Kochen
- Re: [node-dev] On TypedArrays performance Brandon Benvie
- Re: [node-dev] On TypedArrays performance m1k3l
- Re: [node-dev] On TypedArrays perfor... Brandon Benvie
- [node-dev] Re: On TypedArrays performance m1k3l