Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update SRFI 134 implementation. #84

Merged
merged 1 commit into from
Dec 6, 2023
Merged

Conversation

Zipheir
Copy link
Contributor

@Zipheir Zipheir commented Nov 12, 2023

As discussed on the SRFI 134 mailing list, the banker's deque structure used by the sample implementation depends on lazy evaluation for efficiency. Shiro's old implementation used an eager two-list variant of banker's deques which was inefficient in many cases. This commit ports the new stream-based sample implementation to Chez.

As discussed on the SRFI 134 mailing list, the banker's deque
structure depends on lazy evaluation for efficiency. The old
sample implementation used an eager two-list variant of banker's
deques which was inefficient in many cases. This commit ports
the new stream-based sample implementation to Chez.
@arcfide arcfide merged commit 982876c into arcfide:master Dec 6, 2023
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants