/AsciiArtExample

Primary LanguageGoMIT LicenseMIT

AsciiArtExample

An example case for AsciiArt

Read from an input file (located in data folder) and write to output file.
As the read and write actions are concurrent, they can run in parallel easily.
There's also an example for throttling (using channels) for sane memory consumption.