You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: _llcppgtest/zlib-static/demo/efficiency/efficiency.go
+12-12Lines changed: 12 additions & 12 deletions
Original file line number
Diff line number
Diff line change
@@ -2,35 +2,35 @@ package main
2
2
3
3
import (
4
4
"unsafe"
5
-
"zlib-static"
5
+
"zlibstatic"
6
6
7
7
"github.com/goplus/lib/c"
8
8
)
9
9
10
10
funcmain() {
11
11
txt:= []byte("zlib is a software library used for data compression. It was created by Jean-loup Gailly and Mark Adler and first released in 1995. zlib is designed to be a free, legally unencumbered—that is, not covered by any patents—alternative to the proprietary DEFLATE compression algorithm, which is often used in software applications for data compression.The library provides functions to compress and decompress data using the DEFLATE algorithm, which is a combination of the LZ77 algorithm and Huffman coding. zlib is notable for its versatility; it can be used in a wide range of applications, from web servers and web clients compressing HTTP data, to the compression of data for storage or transmission in various file formats, such as PNG, ZIP, and GZIP.")
Copy file name to clipboardExpand all lines: _llcppgtest/zlib-static/demo/normal/normal.go
+11-11Lines changed: 11 additions & 11 deletions
Original file line number
Diff line number
Diff line change
@@ -2,36 +2,36 @@ package main
2
2
3
3
import (
4
4
"unsafe"
5
-
"zlib-static"
5
+
"zlibstatic"
6
6
7
7
"github.com/goplus/lib/c"
8
8
)
9
9
10
10
funcmain() {
11
11
txt:= []byte("zlib is a software library used for data compression. It was created by Jean-loup Gailly and Mark Adler and first released in 1995. zlib is designed to be a free, legally unencumbered—that is, not covered by any patents—alternative to the proprietary DEFLATE compression algorithm, which is often used in software applications for data compression.The library provides functions to compress and decompress data using the DEFLATE algorithm, which is a combination of the LZ77 algorithm and Huffman coding. zlib is notable for its versatility; it can be used in a wide range of applications, from web servers and web clients compressing HTTP data, to the compression of data for storage or transmission in various file formats, such as PNG, ZIP, and GZIP.")
0 commit comments