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

Epic: State queries #21

Closed
3 tasks done
LinqLover opened this issue Jan 23, 2022 · 1 comment
Closed
3 tasks done

Epic: State queries #21

LinqLover opened this issue Jan 23, 2022 · 1 comment
Labels

Comments

@LinqLover
Copy link
Collaborator

LinqLover commented Jan 23, 2022

Contributes to #10 #11.

Steps:

At some point, optimization will be needed in order to only trigger changes to the UI when there was actually a change in a historic value.

@LinqLover LinqLover added the epic label Jan 23, 2022
@LinqLover
Copy link
Collaborator Author

[dump] Inefficient query for jumping to the first occurrence of a NewBalloonMorph in the world after recording the (see #18):

self doStep:
	[self cursor timeIndex:
		((1 to: self cursor maxTimeIndex)
			findBinaryFirstIndex: [:time |
				((self cursor rootTrace object: World atTime: time)
					findA: NewBalloonMorph)
						notNil]
			ifNone: [self error: 'not found'])]

@LinqLover LinqLover mentioned this issue Mar 13, 2022
7 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant