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.

    Language:JavaScript125177
  • ArrayIterator/TypedArray

    TypedArrays ES-2015 Php Implementation

    Language:PHP10112
  • HowProgrammingWorks/TypedArrays

    ArrayBuffer, DataView, Int8Array, Uint8Array, Uint8ClampedArray, Int16Array, Uint16Array, Int32Array, Uint32Array, Float32Array, Float64Array

    Language:JavaScript5718
  • 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.

    Language:JavaScript2111
  • 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.

    Language:Java1001
  • jonathanlurie/serialize64

    Typed Arrays serialization that just works and the JSON codec that goes with it. Node and browsers.

    Language:JavaScript120
  • zbjornson/tacvt

    Fast conversion from one type of TypedArray to another

    Language:C++130
  • DanielJDufour/toab

    To Array Buffer: Convert Buffer, Data URLs, Files, Response, Text, and Typed Arrays to Array Buffers

    Language:JavaScript32
  • stscoundrel/collection

    Typed collection-like arrays for PHP

    Language:PHP20