RAMArray
RAMArray is compatible to ZBigArray in API and semantic, but stores its data in RAM only. It is useful in situations where ZBigArray compatible data type is needed, but the amount of data is small and the data itself is needed only temporarily - e.g. in a simulation.
Please see details in individual patches.
Original merge request by @klaus (!8 (closed)). /cc @Tyagov