1.0.0 • Published 1 year ago
@speakingsoftware/fastmap v1.0.0
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"
1.0.0
1 year ago