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

avoid creating intermediate objects #76

Open
2 tasks
hrldcpr opened this issue Aug 3, 2019 · 2 comments
Open
2 tasks

avoid creating intermediate objects #76

hrldcpr opened this issue Aug 3, 2019 · 2 comments

Comments

@hrldcpr
Copy link
Owner

hrldcpr commented Aug 3, 2019

As discussed in #74, using high-level methods in loops can create lots of wrapper objects, which can reduce performance.

An example of fixing this sort of thing is f58c25f.

  • find places where this should be changed
  • change them, ideally without breaking abstraction barriers too much
@hrldcpr
Copy link
Owner Author

hrldcpr commented Aug 3, 2019

…relatedly, is it possible to implement IntTree.minusRange() in an efficient way?

@hrldcpr
Copy link
Owner Author

hrldcpr commented Sep 17, 2022

see also #41

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant