Skip to content

Commit

Permalink
Add item to docs/TODO.md regarding Unicode category lookup
Browse files Browse the repository at this point in the history
  • Loading branch information
craigbarnes committed Jan 21, 2025
1 parent 8888a88 commit 663f32d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docs/TODO.md
Original file line number Diff line number Diff line change
Expand Up @@ -278,6 +278,10 @@ Code Quality/Efficiency Improvements
* Cache EditorConfig properties in memory, so that each `.editorconfig`
file is read only once per session (see also: [#105])

* Use 2-stage tables for looking up Unicode character properties,
instead of the binary searched interval tables in `src/util/unidata.h`
(see also: [#147])

Testing/Debugging
-----------------

Expand Down Expand Up @@ -349,6 +353,7 @@ Testing/Debugging
[#118]: https://gitlab.com/craigbarnes/dte/-/issues/118
[#132]: https://gitlab.com/craigbarnes/dte/-/issues/132
[#142]: https://gitlab.com/craigbarnes/dte/-/issues/142
[#147]: https://gitlab.com/craigbarnes/dte/-/issues/147
[#151]: https://gitlab.com/craigbarnes/dte/-/issues/151
[#152]: https://gitlab.com/craigbarnes/dte/-/issues/152
[#161]: https://gitlab.com/craigbarnes/dte/-/issues/161
Expand Down

0 comments on commit 663f32d

Please sign in to comment.