Skip to content
This repository has been archived by the owner on Jul 16, 2022. It is now read-only.

Use Chunk #119

Closed
adamgfraser opened this issue Nov 10, 2020 · 1 comment · Fixed by #127
Closed

Use Chunk #119

adamgfraser opened this issue Nov 10, 2020 · 1 comment · Fixed by #127

Comments

@adamgfraser
Copy link
Contributor

We have a variety of cases where we are using List for a collection. Unless there is a specific reason we want linear access we should generally be using ZIO's Chunk data type as it provides good performance for a range of operations that require linear or random access and has fast append and prepend.

This ticket is to go through ZIO ZMX and replaces List with Chunk wherever possible.

@shankarshastri
Copy link
Contributor

@adamgfraser , I can pick this and spend on the same for the hackathon.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants