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
Each block index could store a C-array of PyObject*, of length equal to the BlockIndex. As tuples are created, they could be stored in this array for re-use later. On cleanup, all these tuples would be decrefed. This would not permit reusing tuples across different BlockIndex, but would permit faster usage on any second access. These would not need to be copied or pickled, so those benefits would remain.
The text was updated successfully, but these errors were encountered:
Each block index could store a C-array of PyObject*, of length equal to the BlockIndex. As tuples are created, they could be stored in this array for re-use later. On cleanup, all these tuples would be decrefed. This would not permit reusing tuples across different BlockIndex, but would permit faster usage on any second access. These would not need to be copied or pickled, so those benefits would remain.
The text was updated successfully, but these errors were encountered: