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
Using a pointer prefix multiple times is definitely a valid use case but very difficult to implement. Crimson has the distinct advantage to only need a single pass to parse bytes directly to objects. To use a prefix multiple times while maintaining the single pass advantage would require a complex state machine to keep track of different paths. I'm currently not sure how to implement it and whether it will be faster or slower than parsing the entire objects.
Would be very helpful if this limitation could be lifted:
The text was updated successfully, but these errors were encountered: