]> git.scottworley.com Git - tablify/commitdiff
Don't be O(n^2) unnecessarily
authorScott Worley <scottworley@scottworley.com>
Thu, 29 Aug 2024 11:09:56 +0000 (04:09 -0700)
committerScott Worley <scottworley@scottworley.com>
Wed, 2 Oct 2024 09:40:47 +0000 (02:40 -0700)
Use a HashMap to store a row's entries.

The InputLine refactor got tangled up in this too.


No differences found