Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Switch to vector + qsort instead of bst | Yaroslav de la Peña Smirnov | 2022-10-13 |
| | | | | | | Doesn't improve perfomance that much (sorting is far from the hotspot), but I realized that I didn't really need a BST for this use-case and I felt dumb for using one :/ | ||
* | Initial commit. | Yaroslav de la Peña Smirnov | 2021-11-07 |
Almost functional but still missing features and lacking testing. |