]> git.scottworley.com Git - tablify/commit - Changelog
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)
commit88a08162523cf4a0a7c1286b1438fdf16ca6c802
tree5860a170e6cb3b192103bfd2f02c20fd35c2bea8
parent8bf0d5b1daaf4841b1c593630d3c862e72985dda
Don't be O(n^2) unnecessarily

Use a HashMap to store a row's entries.

The InputLine refactor got tangled up in this too.
Changelog
src/lib.rs