HookedBehemoth / neuters

Reuters Redirect and Proxy
https://neuters.de/
GNU Affero General Public License v3.0
78 stars 10 forks source link

Deserialize to Box<[...]> instead of Vec<...> #24

Closed HookedBehemoth closed 11 months ago

HookedBehemoth commented 1 year ago

Check if it's feasable to deserialize to Box<[...]> instead of Vec. Codesize and speed might be a consideration too. Maybe set up tests to ensure the functionality is the same.

If you see this and want to help, go ahead and send suggestions or a pull request.

xbdmHQ commented 11 months ago

Check if it's feasable to deserialize to Box<[...]> instead of Vec. Codesize and speed might be a consideration too. Maybe set up tests to ensure the functionality is the same.

If you see this and want to help, go ahead and send suggestions or a pull request.

Hmm, try a search engine that brings accurate results: https://search.whateveritworks.org/search?q=Deserialize+to+Box%3C%5B...%5D%3E+instead+of+Vec%3C...%3E

I will look into this soon