Skip to content

Conversation

pythcoiner
Copy link
Contributor

@pythcoiner pythcoiner commented Sep 20, 2025

just a POC that :

  • drop rayon
  • drop all async dependencies
  • replace reqwest by minreq + url

not tested btw, just to show a global approach

@Sosthene00
Copy link
Collaborator

Hi, I think you should have a look at #66
What would be the use case for a very light version of sp-client?

@pythcoiner
Copy link
Contributor Author

Hi, I think you should have a look at #66

yes, this was just a quick shot, if there is interest of reducing the dependency tree, I can do it on top of #66

What would be the use case for a very light version of sp-client?

First get rid of async => I think forcing consumer to pull/run an async mechinery/runtime while it's not strictly necessary is a pain. Especially if you want to bind to a language that does not have native support for async.

Second: just keep a small dependency tree, I think it's always good on few aspects:

  • Maintainability
  • Security

@pythcoiner pythcoiner marked this pull request as draft September 26, 2025 20:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants