Not logged in.  Login/Logout/Register | List snippets | | Create snippet | Upload image | Upload data

9
LINES

< > BotCompany Repo | #1030413 // bcString_balanced [byteMode, balanced]

JavaX fragment (include)

static LineCompedSingle<Char> bcString_balanced(LineCompCompressor compressor default new LineCompCompressor, S text) {
  SS data = litmap("" := text);
  compressor.balancing = true;
  compressor.byteMode = true;
  compressor.loadTexts(data);
  compressor.verify = false;
  compressor.run();
  ret lineCompedSingleFromCompressor(compressor);
}

Author comment

Began life as a copy of #1028766

download  show line numbers  debug dex  old transpilations   

Travelled to 4 computer(s): bhatertpkbcr, mqqgnosmbjvj, pyentgdyhuwx, vouqrxazstgt

No comments. add comment

Snippet ID: #1030413
Snippet name: bcString_balanced [byteMode, balanced]
Eternal ID of this version: #1030413/4
Text MD5: 4c3ed94342b8f566849a82f4b44bd0c8
Author: stefan
Category: javax
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2020-12-13 19:24:05
Source code size: 351 bytes / 9 lines
Pitched / IR pitched: No / No
Views / Downloads: 111 / 149
Version history: 3 change(s)
Referenced in: [show references]