You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Similar to the old one, but it doesn't have to be exactly the same. It really should be in C++, and that already limits the possibility of compatibility.
Also, Awkward1 has a different set of node types than Awkward0.
PR #348 added a serialization protocol in Python. There are two new functions, ak.to_arrayset and ak.from_arrayset, which turn an Awkward Array into a schema and a collection of flat arrays (an "arrayset"):
Since #68 is being scaled back to a Python function, C++ will need some serialization layer.
awkward0.persist
should be ported to C++.Again, this is not for performance, but for accessibility.
The text was updated successfully, but these errors were encountered: