browse words by letter
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
chunker |
1 definition found From The Free On-line Dictionary of Computing (13 Mar 01) [foldoc]: chunkerA program like {Unix}'s split" which breaks an input file into parts usually of a pre-set size, e.g. the maximum size that can fit on a {floppy}. The parts can then be assembled with a {dechunker}, which is usually just the chunker in a different mode. (1998-12-15)