Find more Web Development Remote Jobs posted recently Worldwide

Required software development,Website Development freelancer for C++ expert needed for boost compression job

Posted at - Dec 26, 2020

Toogit Instant Connect Enabled


I have a C++ program that links to boost for gunzip compression. It requires the full boost installation (not just the header).

The function (which works 100%) takes a C++ string, compress it in gunzip format and return it. Unfortunately, this code requires full boost to compile and link.

- I would like someone to strip off the code from boost, so I can compile it __without__ boost. That might involve strip out boost header and it's implementation out.
- Alternatively, I am open to another algorithm for doing exactly the same thing without a full boost installation.


std::string compressGZ(const std::string &x)
{
namespace bio = boost::iostreams;

std::stringstream r;
std::stringstream origin(x);

bio::filtering_streambuf out;
out.push(bio::gzip_compressor(bio::gzip_params(bio::gzip::best_compression)));
out.push(origin);
bio::copy(out, r);

return r.str();
}

About the recuiterMember since Oct 5, 2017 Rom
from Paris, France

Skills & Expertise Required

software development Website Development 

Candidate shortlisted and hiredHiring open till - Dec 26, 2021

Work from Anywhere
40 hrs / week
Hourly Type
Remote Job
$16.70
Cost

Looking for help? Checkout our video tutorial
How to search and apply for jobs

How to apply? Do you have more questions about the Job?
See frequently asked questions


Apply on more work from home jobs posted in Web Development category.