docs: edit TypedArray/SharedArrayBuffer

This commit is contained in:
ruanyf
2018-09-24 12:39:09 +08:00
parent f8ac3ec2ae
commit 99dd289cec
2 changed files with 108 additions and 13 deletions
+1
View File
@@ -233,6 +233,7 @@
- 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 对象使用场景的解释
- Lars T Hansen, [Shared memory - a brief tutorial](https://github.com/tc39/ecmascript_sharedmem/blob/master/TUTORIAL.md)
- James Milner, [The Return of SharedArrayBuffers and Atomics](https://www.sitepen.com/blog/2018/09/19/the-return-of-sharedarraybuffers-and-atomics/)
## SIMD