# packed-array **Repository Path**: mirrors_WebReflection/packed-array ## Basic Information - **Project Name**: packed-array - **Description**: An utility to create fast, non-holey, arrays - **Primary Language**: Unknown - **License**: ISC - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-19 - **Last Updated**: 2025-12-20 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # packed-array **Social Media Photo by [Elevate](https://unsplash.com/@elevatebeer) on [Unsplash](https://unsplash.com/)** [![Build Status](https://travis-ci.com/WebReflection/packed-array.svg?branch=master)](https://travis-ci.com/WebReflection/packed-array) [![Coverage Status](https://coveralls.io/repos/github/WebReflection/packed-array/badge.svg?branch=master)](https://coveralls.io/github/WebReflection/packed-array?branch=master) An utility to create [fast, non-holey](https://v8.dev/blog/elements-kinds) arrays. ```js import packedArray from 'packed-array'; const packedArray = require('packed-array'); // via unpkg, as global utility //