Remote Web Development Job In IT And Programming

C++ expert needed for boost compression

Find more Web Development remote jobs posted recently Worldwide

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 its 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 recuiter
Member since Nov 11, 2022
Dinakar Dn
from Colorado, United States

Skills & Expertise Required

software development Website Development 

Open for hiringApply before - Oct 4, 2024

Work from Anywhere

40 hrs / week

Hourly Type

Remote Job

$22.92

Cost

Offer to work on this project closes in 60 days!
Are you interested in this Opportunity?

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

Similar Projects

Unity Game Development

We are looking for a talented game developer who has strong experience in Unity 3D and C# as well as Game design and Server side. I will share the details when we met the right developer. No Agencies Please.

Simple Arduino Wiring and programming

Id like to control MP3 player with Arduino Uno.
- Play/Stop button
- Audio Number select button
- Power on/off slide button
- Status indication LED

Set up IP Redirects for my wordpress install.

I need to redirect my websites visitors based upon their country. There are only four pages that need to be redirected and the only categories are inside the UK and everywhere else in the world.

I have already made the various pages, but I...read more