Handbook
Glossary
read-cluster-zstd ( -- offsets blobs )
Vocabulary
zim
Inputs
None
Outputs
offsets
an
object
blobs
an
object
Definition
USING:
alien.c-types
alien.data
compression.zstd
kernel
math
sequences
;
IN:
zim
:
read-cluster-zstd
( -- offsets blobs )
zstd-uncompress-stream-frame
dup
uint32_t
deref
[
4
/i
uint32_t
<c-direct-array>
]
[
tail-slice
]
2bi
2dup
[
[
last
]
[
first
]
bi
-
]
[
length
assert=
]
bi*
;