Replies: 1 comment 2 replies
-
@gyx1000 Welcome to the community 🙌 |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm starting to explore the beautiful remix project.
I noticed that the isBinaryType function of the remix-architect adapter has a complexity of O(N*includesComplexity)
Would it be possible to convert the binaryTypes list to Set and split the contentType variable by ; (relative to rfc7231) and do something like that to have O(1) complexity?
Thanks again for this wonderful project.
Beta Was this translation helpful? Give feedback.
All reactions