Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove C++ dependency #298

Open
HyP3r- opened this issue Jul 17, 2022 · 1 comment
Open

Remove C++ dependency #298

HyP3r- opened this issue Jul 17, 2022 · 1 comment

Comments

@HyP3r-
Copy link

HyP3r- commented Jul 17, 2022

I'm using this project/UDPspeeder on my OpenWRT Router. And as many models, flash space is not large... In my case 8MB. The project itself has only 75kB https://openwrt.org/packages/pkgdata/udpspeeder) but the libstdcpp6 is 288kB (https://openwrt.org/packages/pkgdata/libstdcpp6).

I read the code of the project and only small parts are even using C++ Features like Classes. Do you think it is possible to rewrite the code with C only?

@wangyu-
Copy link
Owner

wangyu- commented Feb 7, 2023

It's possible but I have no plan to do this, since it adds a lot of development burden.

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

No branches or pull requests

2 participants