@speakingsoftware/fastmap
TypeScript icon, indicating that this package has built-in type declarations

1.0.0 • Public • Published

FastMap

A simple 2D map that is optimized for speed.

  • Internally, it is a 1D array that is accessed using 2D coordinates. This makes is extremely fast for large maps, as it avoids the overhead and mess of nested arrays.
  • Inspired by the CImage class in Vladimir Kovalevsky's book "Modern Algorithms for Image Processing"

Readme

Keywords

Package Sidebar

Install

npm i @speakingsoftware/fastmap

Weekly Downloads

16

Version

1.0.0

License

ISC

Unpacked Size

17.1 kB

Total Files

6

Last publish

Collaborators

  • speakingsw