cosmopolitan/third_party
Justine Tunney 84caee23ba Make sorted serialization faster
Redbean Lua and JSON serialization now goes faster because we're now
inserting object entries into tree data structure rather than making
an array and sorting it at the end. For example, when serializing an
object with 10,000 entries this goes twice as fast. However it still
goes slower than saying EncodeJson(x, {sorted=false}).
2022-07-22 04:19:01 -07:00
..
argon2 Revert whitespace fixes to third_party (#501) 2022-07-21 21:46:07 -07:00
bzip2 Revert whitespace fixes to third_party (#501) 2022-07-21 21:46:07 -07:00
chibicc Make some quick fixes and cleanup 2022-06-26 02:58:36 -07:00
compiler_rt Revert whitespace fixes to third_party (#501) 2022-07-21 21:46:07 -07:00
dlmalloc Always initialize thread local storage 2022-07-19 00:21:46 -07:00
double-conversion Revert whitespace fixes to third_party (#501) 2022-07-21 21:46:07 -07:00
finger Revert whitespace fixes to third_party (#501) 2022-07-21 21:46:07 -07:00
gcc Revert whitespace fixes to third_party (#501) 2022-07-21 21:46:07 -07:00
gdtoa Use futexes on OpenBSD and improve threading 2022-07-17 19:59:49 -07:00
getopt Add syscalls to Blinkenlights and fix bugs 2022-05-13 13:31:21 -07:00
libcxx Revert whitespace fixes to third_party (#501) 2022-07-21 21:46:07 -07:00
linenoise Make improvements 2022-07-21 03:36:42 -07:00
lua Make sorted serialization faster 2022-07-22 04:19:01 -07:00
lz4cli Revert whitespace fixes to third_party (#501) 2022-07-21 21:46:07 -07:00
make Remove plenty of makefile misconfigurations 2022-07-21 09:20:59 -07:00
maxmind Add maxmind to redbean 2022-03-18 03:17:08 -07:00
mbedtls Revert whitespace fixes to third_party (#501) 2022-07-21 21:46:07 -07:00
musl Reduce makefile dependencies by 10% 2022-06-08 20:01:28 -07:00
python Revert whitespace fixes to third_party (#501) 2022-07-21 21:46:07 -07:00
quickjs Revert whitespace fixes to third_party (#501) 2022-07-21 21:46:07 -07:00
regex Write more redbean unit tests 2022-07-08 23:10:02 -07:00
smallz4 Make build hermetic without shell scripts 2022-05-25 13:55:57 -07:00
sqlite3 Revert whitespace fixes to third_party (#501) 2022-07-21 21:46:07 -07:00
stb Revert whitespace fixes to third_party (#501) 2022-07-21 21:46:07 -07:00
tidy Revert whitespace fixes to third_party (#501) 2022-07-21 21:46:07 -07:00
unzip Revert whitespace fixes to third_party (#501) 2022-07-21 21:46:07 -07:00
xed Fixup and polish chibicc some more 2022-06-20 04:32:25 -07:00
zip Revert whitespace fixes to third_party (#501) 2022-07-21 21:46:07 -07:00
zlib Revert whitespace fixes to third_party (#501) 2022-07-21 21:46:07 -07:00
third_party.mk Add finger demo to redbean and fix regression 2022-06-23 03:42:05 -07:00