Skip to content
Snippets Groups Projects
Commit 4646a8f3 authored by Tom Lane's avatar Tom Lane
Browse files

Reduce the minimum allocable chunk size to 8 bytes (from 16). Now that

ListCells are only 8 bytes instead of 12 (on 4-byte-pointer machines
anyway), it's worth maintaining a separate freelist for 8-byte objects.
Remembering that alloc chunks carry 8 bytes of overhead, this should
reduce the net storage requirement for a long List by about a third.
parent 0858ed20
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment