TheEvergreenStateCollege / smarty-plants

Plant genome sequencing
2 stars 2 forks source link

Array2D #12

Closed poperigby closed 3 months ago

poperigby commented 3 months ago

@learner-long-life the purpose of this data structure is too use it as a matrix for edit distance. Vec<Vec<T>>s have sub-optimal layout in memory.