Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
G
Geth-Modification
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
张蕾
Geth-Modification
Commits
c8302882
Commit
c8302882
authored
Nov 03, 2014
by
obscuren
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
method change
parent
d87aa248
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
read_write.go
compression/rle/read_write.go
+2
-2
No files found.
compression/rle/read_write.go
View file @
c8302882
...
...
@@ -45,7 +45,7 @@ func Decompress(dat []byte) ([]byte, error) {
return
buf
.
Bytes
(),
nil
}
func
compress
Bloc
k
(
dat
[]
byte
)
(
ret
[]
byte
,
n
int
)
{
func
compress
Chun
k
(
dat
[]
byte
)
(
ret
[]
byte
,
n
int
)
{
switch
{
case
dat
[
0
]
==
token
:
return
[]
byte
{
token
,
tokenToken
},
1
...
...
@@ -75,7 +75,7 @@ func Compress(dat []byte) []byte {
i
:=
0
for
i
<
len
(
dat
)
{
b
,
n
:=
compress
Bloc
k
(
dat
[
i
:
])
b
,
n
:=
compress
Chun
k
(
dat
[
i
:
])
buf
.
Write
(
b
)
i
+=
n
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment