typedarrays
There are 9 repositories under typedarrays topic.
inspect-js/is-typed-array
Is this value a JS Typed Array? This module works cross-realm/iframe, does not depend on `instanceof` or mutable properties, and despite ES6 Symbol.toStringTag.
ArrayIterator/TypedArray
TypedArrays ES-2015 Php Implementation
HowProgrammingWorks/TypedArrays
ArrayBuffer, DataView, Int8Array, Uint8Array, Uint8ClampedArray, Int16Array, Uint16Array, Int32Array, Uint32Array, Float32Array, Float64Array
inspect-js/is-data-view
Is this value a JS DataView? This module works cross-realm/iframe, does not depend on instanceof or mutable properties, and despite ES6 Symbol.toStringTag.
fletcher68/airport-baggage-router-dijkstra
This is an airport baggage router program written in java using Dijkstra's Algorithm. This program will compute routes for bags given input defining a conveyor system, flight departures, and bag input. The goal is to get the bags get routed through the airport conveyor system to to the correct flight departure.
jonathanlurie/serialize64
Typed Arrays serialization that just works and the JSON codec that goes with it. Node and browsers.
zbjornson/tacvt
Fast conversion from one type of TypedArray to another
DanielJDufour/toab
To Array Buffer: Convert Buffer, Data URLs, Files, Response, Text, and Typed Arrays to Array Buffers
stscoundrel/collection
Typed collection-like arrays for PHP