szunami / xwords-rs

Tools to fill crosswords
Apache License 2.0
7 stars 1 forks source link

Consider passing in a vec in Trie::words #98

Closed szunami closed 3 years ago

szunami commented 3 years ago

https://nnethercote.github.io/perf-book/heap-allocations.html#reusing-collections

szunami commented 3 years ago

Resolved in #116