BinarySearchTreeExercises VS MGCLib

Compare BinarySearchTreeExercises vs MGCLib and see what are their differences.

MGCLib

A C++ Library of commonly used containers and libraries (by maxgoren)
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
BinarySearchTreeExercises MGCLib
6 2
0 1
- -
0.0 0.0
about 2 years ago almost 2 years ago
C++ C++
GNU General Public License v3.0 only MIT License
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

BinarySearchTreeExercises

Posts with mentions or reviews of BinarySearchTreeExercises. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-03-15.

MGCLib

Posts with mentions or reviews of MGCLib. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-04-29.
  • Against my expectations, the code on top is noticeably slower than the code on the bottom, why?
    5 projects | /r/cpp_questions | 29 Apr 2022
    I did not go with the left leaning version you attached because the paper intimidated me as soon as it mentioned 2-3 trees which I was not familiar with, however I have been slightly glancing at the repository from 2022 (which is where I based my node off of in part). Two observations I have made of that class and another piece of code https://pastebin.com/7GGFiaEc I had looked at for an AVL tree in C is that first I think it is very cool that they have so many functions that return a node value back to it's own variable like node = doSomething(node) so to speak instead of all the void methods that I have been doing (not only on my own but that this professor also showed for my present version of a red black tree here https://pastebin.com/m1aG7w4s ). So that's cool and suspect I need to try and think more in that mannner. BUT.... in neither of those versions do I see any memory being deleted or free'd nywhere. So i am confused, Why is there no destructor in this guy https://github.com/maxgoren/MGCLib/blob/main/mgc_redblack.hpp and why is nothing being deleted anywhere that I can see?

What are some alternatives?

When comparing BinarySearchTreeExercises and MGCLib you can also consider the following projects:

Heap-Layers - Heap Layers: An Extensible Memory Allocation Infrastructure

Options - My first C Project, a console app