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

ProbTime external updates #802

Merged
merged 12 commits into from
Nov 14, 2023
Merged

Conversation

larshum
Copy link
Contributor

@larshum larshum commented Nov 7, 2023

This PR updates the external declarations used by ProbTime. Also, it improves the performance of the toRope function in stdlib/seq.mc in two ways:

  1. Do nothing if the sequence representation is already a rope.
  2. Traverse the list more efficiently and, finally, force the rope to flatten to ensure constant-time random access.

Update: This PR now also contains #806

@larshum
Copy link
Contributor Author

larshum commented Nov 9, 2023

The most recent failure on MacOS is due to errors with Python rather than due to my changes in this PR. I'm making an empty commit to force them to re-run.

@david-broman david-broman merged commit 2c5c50a into miking-lang:develop Nov 14, 2023
1 of 2 checks passed
@larshum larshum deleted the probtime-updates branch March 21, 2024 15:46
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.

3 participants