bung87 / scorper

scorper is a micro and elegant web framework written in Nim
Apache License 2.0
81 stars 5 forks source link

multipartparser readUntilBoundary need efficient way find boundary eg BM search #39

Closed bung87 closed 2 years ago

bung87 commented 2 years ago

Boyer-Moore with buffered text

bung87 commented 2 years ago

fixed in https://github.com/bung87/scorper/pull/42