Sha256: 4d0e4a4a81f05d3430b3823ec6567b9d3ccc4eed397a96ec3ec360e8436a34e2
Contents?: true
Size: 569 Bytes
Versions: 20
Compression:
Stored size: 569 Bytes
Contents
# frozen_string_literal: true module Vedeu module Output # 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. # # @api private # module Compressors end # Compressors end # Output end # Vedeu require 'vedeu/output/compressors/simple' require 'vedeu/output/compressors/character'
Version data entries
20 entries across 20 versions & 1 rubygems