-
Notifications
You must be signed in to change notification settings - Fork 79
Closed
Labels
C APIIssue is about the C APIIssue is about the C API
Description
We never added a method in the C API to seek efficiently to the tree at the kth index. The implementation in the Python API is currently quite naive:
Line 811 in ec992da
| def seek_index(self, index): |
Metadata
Metadata
Assignees
Labels
C APIIssue is about the C APIIssue is about the C API