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: 1 day ago
JSON representation
V8 implementation of TypedArrays
- Host: GitHub
- URL: https://github.com/deanm/v8_typed_array
- Owner: deanm
- Created: 2011-03-22T13:59:39.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2012-12-07T21:25:36.000Z (almost 12 years ago)
- Last Synced: 2024-08-02T05:07:00.376Z (3 months ago)
- Language: C++
- Homepage:
- Size: 140 KB
- Stars: 10
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
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.