zed
zed copied to clipboard
memory package
We need to unify and reconcile the various large consumers of memory buffers in the system principally the allocation of batches of Zed values as well as the sort buffers, group-by tables, etc along with forthcoming implementation of index and vector caches.
This could all be centralized into a generic "memory" package.
We might have a look at the Go arrow implementation for ideas.