-
Committer:
John Arbash Meinel
-
Date:
2008-08-21 22:58:21 UTC
-
mto:
This revision was merged to the branch mainline in
revision
3644.
-
Revision ID:
john@arbash-meinel.com-20080821225821-sio6j57zwk7kvqe2
Bringing reserved in as a keyword to write() also saves some time.
ChunkWriter.write() is called for every key, so having an extra redirection
The
was a measurable loss. Also, a small tuneup for the compressor that
we access often. Unfortunately, there isn't much more tuning
that we can do in that function.