evidently-data-structures
TypeScript icon, indicating that this package has built-in type declarations

1.2.0 • Public • Published

Evidently Data Structures

Build Status

A collection of various data structures and related classes:

  • Grid2D - A two dimensional array.
  • SpatialGrid2D - A two dimensional array optimized for storing multiple entries per tile.
  • FastPool - A fast object pool that has no checks ensuring valid behavior.
  • SlowPool - Compatible with FastPool it's slightly slower and prevents certain issues.

Documentation

The full documentation can be found here. Each class has an example in its description that covers usage.

Installing

Add it to your project via:

npm i --save evidently-data-structures

License

This project is licensed under the MIT License - see the LICENSE.md file for details

Links

Package Sidebar

Install

npm i evidently-data-structures

Weekly Downloads

0

Version

1.2.0

License

MIT

Unpacked Size

77.5 kB

Total Files

21

Last publish

Collaborators

  • skell