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
Following the discussion in #343, we've decided that metadata and other ragged columns should be 64 bit. This should be done for C API 1.0.
I think we can either change the tsk_size_t typedef, or create a new type tsk_offset_t (or something) which is used for just the offset columns. Let's discuss the pros and cons of that here, as well as the details involved in this transition.