Liblifthttp Alternatives
Similar projects and alternatives to liblifthttp
-
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
-
gutenberg
A fast static site generator in a single binary with everything built-in. https://www.getzola.org
-
-
-
-
lowdefy
Build apps that AI can generate, humans can review, and teams can maintain. Config that works between code and natural language.
-
-
-
-
-
-
GoJS, a JavaScript Library for HTML Diagrams
JavaScript diagramming library for interactive flowcharts, org charts, design tools, planning tools, visual languages.
-
-
-
-
-
-
-
-
BitLib
Provides a bit-vector, an optimized replacement of the infamous std::vector<:b:ool>. In addition to the bit-vector, the library also provides implementations of STL algorithms tailored for bit-vectors.
liblifthttp discussion
liblifthttp reviews and mentions
-
Ask HN: What are some tools / libraries you built yourself?
https://github.com/jbaldwin/liblifthttp
I created a C++17 HTTP client which is backed by curl and libuv (linux only! sorry windows). I think a lot of people have done this or something similar but almost all of the ones I looked at either exposed the curl api directly in some fashion or had extremely weak async support. So my main motivation was extremely easy asynchronous queries for high throughput with a very modern C++ API that has as good as you can get memory safety, or at least as good as modern C++ will let you get. No raw curl calls or api exposed at all. I used to find it extremely difficult to make C++ HTTP calls, now its a real breeze.
My next project is a bit more ambitious: https://github.com/jbaldwin/libcoro/ -- I'd like to make a C++20 HTTP client from the ground up with first class coroutine support, and I'll be using lift as a benchmark to beat performance wise.
Stats
jbaldwin/liblifthttp is an open source project licensed under GNU General Public License v3.0 or later which is an OSI approved license.
The primary programming language of liblifthttp is C++.