Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
lassevk committed May 2, 2024
1 parent ab217ba commit 9830e94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ types, such as `Span<T>` and similar.
Status
---

Current status of project is "on hold". `(ReadOnly)Span<T>` is severly limited when dealing with recursive algorithms,
Current status of project is "on hold". `(ReadOnly)Span<T>` is severely limited when dealing with recursive algorithms,
as there is no way to cache intermediate results.

A recursive enumerator can easily keep state like this, but since the entire stack unwinds and all local spans are
Expand Down

0 comments on commit 9830e94

Please sign in to comment.