cosmopolitan/test/libc
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
..
alg Make build hermetic without shell scripts 2022-05-25 13:55:57 -07:00
bits Add fixups for previous change 2022-06-27 15:00:51 -07:00
calls Correct more typos (#500) 2022-07-21 20:53:30 -07:00
dns Add fixups for previous change 2022-06-27 15:00:51 -07:00
fmt Make improvements 2022-07-21 03:36:42 -07:00
intrin Make _Thread_local work across platforms 2022-07-10 04:01:17 -07:00
log Remove trailing whitespace from all files (#497) 2022-07-20 20:31:16 -07:00
mem Remove plenty of makefile misconfigurations 2022-07-21 09:20:59 -07:00
nexgen32e Fix MODE=tiny build 2022-07-14 05:42:24 -07:00
rand Make _Thread_local work across platforms 2022-07-10 04:01:17 -07:00
release Remove plenty of makefile misconfigurations 2022-07-21 09:20:59 -07:00
runtime Remove plenty of makefile misconfigurations 2022-07-21 09:20:59 -07:00
sock Improve system calls 2022-07-08 06:42:03 -07:00
stdio Make sorted serialization faster 2022-07-22 04:19:01 -07:00
str Correct more typos (#500) 2022-07-21 20:53:30 -07:00
thread Always initialize thread local storage 2022-07-19 00:21:46 -07:00
time Make build hermetic without shell scripts 2022-05-25 13:55:57 -07:00
tinymath Import more Musl math 2022-07-12 15:55:12 -07:00
unicode Add Deflate() / Inflate() to redbean and fix bugs 2022-07-08 09:47:04 -07:00
x Remove plenty of makefile misconfigurations 2022-07-21 09:20:59 -07:00
xed Make build hermetic without shell scripts 2022-05-25 13:55:57 -07:00
test.mk Fix bugs and make improvements 2022-04-20 10:05:34 -07:00