-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
Nice to haveLow priority taskLow priority task
Description
We should be able to use [char;1] instead of String everywhere and maybe
const EPSILON: [char; 1] = [ '\0' ], this would allow us to get the Copy trait for strings which should lead to less/no heap operations. For double stride, some size polymorphism is needed so that DFA<[char;n]> -> DFA<[char;2*n]>
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
Nice to haveLow priority taskLow priority task