mirror of
https://github.com/open-policy-agent/opa.git
synced 2026-08-28 03:05:04 -06:00
98119fc00c
This decouples the consumers of the Array from its implementation, and thus, paves the way for improved (more optimized) Array operations. Note, the array memory foot print and the allocations required with the array operations remain the same. Signed-off-by: Teemu Koponen <koponen@styra.com>