Use MLList from Batteries #98

Open
opened 2024-09-08 13:39:37 -07:00 by aniva · 1 comment
Owner

In the backend, we could use the MLList (Monadic Lazy List) type from Batteries to save some performance.

The drawback is we need to add one more dependency with all the problem it entails.

In the backend, we could use the `MLList` (Monadic Lazy List) type from `Batteries` to save some performance. The drawback is we need to add one more dependency with all the problem it entails.
aniva added the
category
optimization
part/Frontend
labels 2024-09-08 13:39:37 -07:00
aniva self-assigned this 2024-09-08 13:39:37 -07:00
aniva added the
priority
low
label 2024-09-08 13:39:42 -07:00
Author
Owner

Found a workaround in the frontend: If we can rely on map or foldl like structure we don't really need MLList.

Found a workaround in the frontend: If we can rely on `map` or `foldl` like structure we don't really need `MLList`.
Sign in to join this conversation.
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: aniva/Pantograph#98
No description provided.