Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

https://github.com/deanm/v8_typed_array

V8 implementation of TypedArrays
https://github.com/deanm/v8_typed_array

Last synced: 3 days ago
JSON representation

V8 implementation of TypedArrays

Lists

README

        

A V8 implementation of TypedArrays. See:

http://www.khronos.org/registry/typedarray/specs/latest/

Should be mostly spec compliant, except for a few state cases, for example
indexing on ArrayBuffer and DataView is a spec violation, but a conviencence of
the current implementation.

http://github.com/deanm/v8_typed_array

Released under the BSD license. (c) Dean McNamee , 2011.