-
-
Notifications
You must be signed in to change notification settings - Fork 528
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
Improve speed of Christoffel word construction #8268
Comments
comment:1
Attachment: trac_8268_speed_up_Christoffel-sl.patch.gz |
comment:2
I tested the improved function. It is indeed much faster, especially when the two prime numbers are big. The code makes sense, all tests passed, and I tried also other values with very big prime numbers: no problem. The doc builds fine too. I made very minor changes (typos, punctuation, etc.). Positive review. |
Author: Sébastien Labbé |
Changed keywords from none to christoffel words |
Reviewer: Alexandre Blondin Massé |
comment:4
Sorry, forgot two small things, uploading a new patch in a few minutes. |
Minor change -- apply on top |
comment:6
Attachment: trac_8268_review-abm.patch.gz |
Merged: sage-4.3.4.alpha0 |
comment:7
Merged in this order: |
This patch adds a new implementation for construction of Christoffel words using continued fraction :
For large words, it is much faster than the actual implementation.
CC: @sagetrac-abmasse
Component: combinatorics
Keywords: christoffel words
Author: Sébastien Labbé
Reviewer: Alexandre Blondin Massé
Merged: sage-4.3.4.alpha0
Issue created by migration from https://trac.sagemath.org/ticket/8268
The text was updated successfully, but these errors were encountered: