Skip to content

Backend: Use slices instead of references to immutable vectors where possible

Alejandro Domínguez requested to merge aledomu/fractal:vec-ref-to-slice into master

This will remove some unnecessary allocations in the heap.

Edited by Alejandro Domínguez

Merge request reports