as / a

A graphical text editor
BSD 3-Clause "New" or "Revised" License
347 stars 25 forks source link

a: tag/col: column rollup is O(n^2) #74

Closed as closed 5 years ago

as commented 5 years ago

This really isn't a big enough problem given that the total number of tags is expected to fit inside a few modern cpu cache lines anyway.

Testing with over 64k tags did not noticeably affect user experience.