quickcpplib

Eliminate all the tedious hassle when making state-of-the-art C++ 14 - 23 libraries! (by ned14)

Quickcpplib Alternatives

Similar projects and alternatives to quickcpplib

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a better quickcpplib alternative or higher similarity.

quickcpplib reviews and mentions

Posts with mentions or reviews of quickcpplib. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-09-20.
  • Bitwise Binary Search: Elegant and Fast
    1 project | /r/cpp | 19 May 2023
    It would be interesting to see how bitwise tries compare (https://github.com/ned14/quickcpplib/blob/master/include/quickcpplib/algorithm/bitwise_trie.hpp). I would expect bitwise tries to be much faster than a bitwise binary tree.
  • Making static_vector constexpr friendly
    1 project | /r/cpp_questions | 29 Oct 2021
    Ok, so I found this apparent implementation of start_lifetime_as here https://github.com/ned14/quickcpplib/blob/master/include/quickcpplib/start_lifetime_as.hpp
  • What are some commonly used or underrated features provided by the Boost library that haven't been yet adopted by the STL?
    2 projects | /r/cpp | 20 Sep 2021
    I know the right design in my opinion here: customisable accessor based, like how https://github.com/ned14/quickcpplib/blob/master/include/quickcpplib/algorithm/bitwise_trie.hpp does things. Then you get application flexibility, rather than the rigidity a STL container forces you into (which BTW is great if that suits you, but it sucks if it doesn't). Obviously one can implement a corresponding STL container from the same algorithm easily,
  • Bitwise Fredkin trie index algorithm
    1 project | /r/cpp | 17 Aug 2021
    As I await F2F meetings to resume at WG21, I’ve been trying to find the non-work time to do more coding for future WG21 papers. I am pleased to announce that I have finally gotten around to a long and oft promised to many of you high quality implementation of bitwise Fredkin trie indexing for C++ 14 which you can find at https://github.com/ned14/quickcpplib/blob/master/include/quickcpplib/algorithm/bitwise_trie.hpp (doxygen: https://ned14.github.io/quickcpplib/classquickcpplib_1_1__xxx_1_1algorithm_1_1bitwise__trie_1_1bitwise__trie.html).
  • stdfwd - Forward declarations for C++ standard library
    4 projects | /r/cpp | 14 Mar 2021
    (Before anyone asks for that clang AST tool, here it is: https://github.com/ned14/quickcpplib/tree/cdfb750ecb2b145d34c0175cc94116bf36af4032. No it's not production quality, no nobody should use it in anger)
  • A note from our sponsor - SaaSHub
    www.saashub.com | 26 Apr 2024
    SaaSHub helps you find the best software and product alternatives Learn more →

Stats

Basic quickcpplib repo stats
5
118
6.7
9 days ago

ned14/quickcpplib 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 quickcpplib is C.


Sponsored
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com