cosmopolitan/test/ctl
Justine Tunney c4c812c154
Introduce ctl::set and ctl::map
We now have a C++ red-black tree implementation that implements standard
template library compatible APIs while compiling 10x faster than libcxx.
It's not as beautiful as the red-black tree implementation in Plinko but
this will get the job done and the test proves it upholds all invariants

This change also restores CheckForMemoryLeaks() support and fixes a real
actual bug I discovered with Doug Lea's dlmalloc_inspect_all() function.
2024-06-23 22:27:11 -07:00
..
.clang-format Introduce Cosmopolitan Templates Library (CTL) 2024-06-03 09:21:59 -07:00
BUILD.mk Introduce ctl::set and ctl::map 2024-06-23 22:27:11 -07:00
map_test.cc Introduce ctl::set and ctl::map 2024-06-23 22:27:11 -07:00
optional_test.cc Introduce ctl::set and ctl::map 2024-06-23 22:27:11 -07:00
set_test.cc Introduce ctl::set and ctl::map 2024-06-23 22:27:11 -07:00
string_test.cc Introduce ctl::set and ctl::map 2024-06-23 22:27:11 -07:00
string_view_test.cc Introduce ctl::set and ctl::map 2024-06-23 22:27:11 -07:00
unique_ptr_test.cc Introduce ctl::set and ctl::map 2024-06-23 22:27:11 -07:00
vector_test.cc Introduce ctl::set and ctl::map 2024-06-23 22:27:11 -07:00