Conway's Game of Life implementation in Node.js + D3.js
-
Updated
Jan 6, 2019 - JavaScript
Conway's Game of Life implementation in Node.js + D3.js
Fast Run Length Encoder and Decoder
Serialize and Deserialize Run Length Encoding
Useful operations for bitmap indexes and run-length encoded bitmaps.
npm Module for Run length encoding decoding algorithm.
Run-length encoding (RLE) is a form of lossless data compression in which runs of data (sequences in which the same data value occurs in many consecutive data elements) are stored as a single data value and count, rather than as the original run.
Add a description, image, and links to the run-length-encoding topic page so that developers can more easily learn about it.
To associate your repository with the run-length-encoding topic, visit your repo's landing page and select "manage topics."