Uses 11335K of libraries. Click here for Pure Java version (8267L/53K).
static LineCompedSingle<Char> lcString2(LineCompCompressor compressor default new LineCompCompressor, S text) { SS data = litmap("" := text); compressor.byteMode = true; compressor.loadTexts(data); compressor.verify = true; compressor.run(); ret lineCompedSingleFromCompressor(compressor); }
Began life as a copy of #1028258
download show line numbers debug dex old transpilations
Travelled to 7 computer(s): bhatertpkbcr, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt, xrpafgyirdlv
No comments. add comment
| Snippet ID: | #1028766 | 
| Snippet name: | lcString2 [uses byteMode] | 
| Eternal ID of this version: | #1028766/3 | 
| Text MD5: | 4e503283f8bb3503ef14c707de901f12 | 
| Transpilation MD5: | 188aa08b48d0bdeccf10c4ff7ec51adb | 
| Author: | stefan | 
| Category: | javax | 
| Type: | JavaX fragment (include) | 
| Public (visible to everyone): | Yes | 
| Archived (hidden from active list): | No | 
| Created/modified: | 2020-07-23 19:06:32 | 
| Source code size: | 310 bytes / 8 lines | 
| Pitched / IR pitched: | No / No | 
| Views / Downloads: | 420 / 559 | 
| Version history: | 2 change(s) | 
| Referenced in: | #1006654 - Standard functions list 2 (LIVE, continuation of #761) #1028779 - lcByteMode - compress string map #1029172 - lineCompedSingleFromCompressor #1030413 - bcString_balanced [byteMode, balanced] |