1 | static LineCompedSingle<Char> bcString_balanced(LineCompCompressor compressor default new LineCompCompressor, S text) {
|
2 | SS data = litmap("" := text);
|
3 | compressor.balancing = true; |
4 | compressor.byteMode = true; |
5 | compressor.loadTexts(data); |
6 | compressor.verify = false; |
7 | compressor.run(); |
8 | ret lineCompedSingleFromCompressor(compressor); |
9 | } |
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: | 373 / 427 |
| Version history: | 3 change(s) |
| Referenced in: | [show references] |