Skip to content

Commit

Permalink
Add release note
Browse files Browse the repository at this point in the history
  • Loading branch information
jakelishman committed Feb 21, 2024
1 parent 1373756 commit 8f9a991
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions releasenotes/notes/custom-iterators-dce8557a8f87e8c0.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
features:
- |
Rustworkx functions that return custom iterable objects, such as
:meth:`.PyDiGraph.node_indices`, now have an associated custom iterator object for these. This
provides a speedup of approximately 40% for iterating through the custom iterables.
These types are not directly nameable or constructable from Python space, and other than the
performance improvement, the behavior should largely not be noticable from Python space.

0 comments on commit 8f9a991

Please sign in to comment.