Replies: 1 comment 1 reply
-
@lobis I never spent a huge amount of time thinking about |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm using ArrayBuilder on some C++ code to build awkward arrays.
I'm struggling to go back on an append / begin_list call. From some offline conversation with @jpivarski I thought it should be possible to "move the pointer / index" back and keep building (without any overhead, because you are not really deleting anything) but I'm not finding how to do this.
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions