-
-
Notifications
You must be signed in to change notification settings - Fork 41
Open
Labels
help wantedExtra attention is neededExtra attention is needed
Description
At present, the parser uses format! to generate strings during parsing. These should be removed.
https://github.com/rousan/multer-rs/blob/fe853d64f3bb7763866bdaa90c617a11a6bde505/src/buffer.rs#L108
There are a couple of approaches:
- Change the scanning code so that the parts of the joined string are searched for individually in succession. IE, find
BOUNDARY_EXTand check if the next bytes areboundary. - Cache the formatted strings in something like
Storage. This is probably the easier approach.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
help wantedExtra attention is neededExtra attention is needed