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
Currently we build Vectors via List. As both the binary and compact protocol provide the size of lists, I guess we could deserialize vectors more efficiently using Data.Vector.create. Needs some benchmarking.
The text was updated successfully, but these errors were encountered:
Currently we build Vectors via List. As both the binary and compact protocol provide the size of lists, I guess we could deserialize vectors more efficiently using
Data.Vector.create
. Needs some benchmarking.The text was updated successfully, but these errors were encountered: