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

Prototype/toolkit "rosetta stone" document #316

Open
brettviren opened this issue Jul 1, 2024 · 0 comments
Open

Prototype/toolkit "rosetta stone" document #316

brettviren opened this issue Jul 1, 2024 · 0 comments
Assignees

Comments

@brettviren
Copy link
Member

Start a document that lists conceptual and conventional differences between WCP and WCT as they may pertain to the porting. Keep each item brief with details, if any, put later in the doc.

To start with:

WCP intervals on a discrete space are inclusive, WCT are half open. Eg, if a time slice spans ticks, 4, 5, 6, 7 this range would be represted as [4,7] in WCP and [4,8] in WCT. WCP might label this as [min,max] while WCT labels it as (begin,end) (C++ iterator convention).

Feel free to append others to this Issue. I will maintain a note in the source tree, probably under util/docs/

@brettviren brettviren self-assigned this Jul 1, 2024
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

No branches or pull requests

1 participant