docs(arrayBuffer): edit SharedArrayBuffers

This commit is contained in:
ruanyf
2017-06-29 21:17:57 +08:00
parent 4de0cd6b50
commit 3d1d8b0bd7
2 changed files with 13 additions and 4 deletions
+1
View File
@@ -221,6 +221,7 @@
- Renato Mangini, [How to convert ArrayBuffer to and from String](http://updates.html5rocks.com/2012/06/How-to-convert-ArrayBuffer-to-and-from-String)
- Axel Rauschmayer, [Typed Arrays in ECMAScript 6](http://www.2ality.com/2015/09/typed-arrays.html)
- Axel Rauschmayer, [ES proposal: Shared memory and atomics](http://2ality.com/2017/01/shared-array-buffer.html)
- Lin Clark, [Avoiding race conditions in SharedArrayBuffers with Atomics](https://hacks.mozilla.org/2017/06/avoiding-race-conditions-in-sharedarraybuffers-with-atomics/): Atomics 对象使用场景的解释
## SIMD