pcollections icon indicating copy to clipboard operation
pcollections copied to clipboard

avoid creating intermediate objects

Open hrldcpr opened this issue 6 years ago • 2 comments

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 avatar Aug 03 '19 01:08 hrldcpr

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

hrldcpr avatar Aug 03 '19 04:08 hrldcpr

see also #41

hrldcpr avatar Sep 17 '22 00:09 hrldcpr