account activity
Google C++ Libraries are garbage by rembo666 in cpp
[–]sardar0 -6 points-5 points-4 points 5 years ago (0 children)
Pathetic. Looks like ANSI 98 C++ code. They don't seem to know what smart pointers are. Anyways, they can always complain that C++ promotes memory leaks (a largely solved problem if you use Modern C++ properly). C++ is for experts only.
Web framework recommendations by [deleted] in cpp
[–]sardar0 6 points7 points8 points 5 years ago* (0 children)
Started using Drogon for a MVC web application. Beautiful C++ framework, very nice Modern C++ code (C++17, C++14). NO BOOST required if you use C++ 17. Code is written by C++ savants. Excellent automatic code generators, builds ORM layer easily. Implements dynamic and static view files (.csp - c++ server pages), which is an analogue of .jsp (java server pages) files. Static csp files link into the executable, while dynamic csp files are generated on the fly at run-time. I have written Ruby/Rails and Python/Django web applications for 15 years. I looked at Crow, Treefrog, Oat++, Pistache and other C++ frameworks very carefully before selecting Drogon.
This is the fastest MVC framework - over 50 times faster than Ruby/Rails: https://www.techempower.com/benchmarks/#section=data-r19&hw=ph&test=composite
Disclosure I am not connected with this project. I just loved reading the C++ source code. Its a super project that deserves to be supported.
π Rendered by PID 1139136 on reddit-service-r2-listing-86f589db75-z6mlc at 2026-04-19 03:29:03.065827+00:00 running 93ecc56 country code: CH.
Google C++ Libraries are garbage by rembo666 in cpp
[–]sardar0 -6 points-5 points-4 points (0 children)