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
We were repeatedly calling gb_linecol_to_pos for each cell, which is
linear in the number of lines. gb_linecol_to_pos could be optimized, but
for now just inline the work and do it incrementally.
Closes#54.
0 commit comments