cosmopolitan/test
Justine Tunney 7ff0ea8c13
Make pthread mutexes more scalable
pthread_mutex_lock() now uses a better algorithm which goes much faster
in multithreaded environments that have lock contention. This comes at
the cost of adding some fixed-cost overhead to mutex invocations. That
doesn't matter for Cosmopolitan because our core libraries all encode
locking operations as NOP instructions when in single-threaded mode.
Overhead only applies starting the moment you first call clone().
2022-09-05 15:57:51 -07:00
..
dsp Fold LIBC_RAND into LIBC_STDIO/TINYMATH/INTRIN 2022-08-11 12:32:00 -07:00
libc Make pthread mutexes more scalable 2022-09-05 15:57:51 -07:00
net Release redbean 2.0.18 2022-09-04 06:57:59 -07:00
tool Fix JSON single quote escaping (fixes #512) 2022-08-31 07:53:57 -05:00
test.mk Support malloc() on bare metal 2021-02-24 00:53:24 -08:00