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
Some initial CSV reader prototype shows 10x reduction in memory alloc, and 2x reduction in latency (only 2x because recycling takes time to remove all nodes in the trees and putting them back to sync.Pool) -- still very much worth it!