zed icon indicating copy to clipboard operation
zed copied to clipboard

memory package

Open mccanne opened this issue 3 years ago • 0 comments

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.

mccanne avatar Jul 22 '22 02:07 mccanne