Module: Vedeu::Output::Compressors Private

Defined in:
lib/vedeu/output/compressors/all.rb,
lib/vedeu/output/compressors/empty.rb,
lib/vedeu/output/compressors/simple.rb,
lib/vedeu/output/compressors/character.rb

Overview

This module is part of a private API. You should avoid using this module if possible, as it may be removed or be changed in the future.

Provides different mechanisms to compress content. Compressing content is performed to:

1) Reduce the amount of data sent to the renderer with each

refresh or render.

2) Reduce the time spent converting a terminal buffer into data

suitable to send to the renderer.

Defined Under Namespace

Classes: Character, Empty, Simple