# 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/)**
[](https://travis-ci.com/WebReflection/packed-array) [](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
//