abhinavk99 / codewall

VS Code extension that checks if code goes past your rulers
https://marketplace.visualstudio.com/items?itemName=abhinavk99.codewall
MIT License
7 stars 1 forks source link

Use binary search when checking if a line passes one of the rulers #7

Closed abhinavk99 closed 3 years ago

abhinavk99 commented 3 years ago

Currently, linear search is being used, so this would be a performance optimization.