cosmopolitan/test
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
..
dsp ttyraster: reset ANSI attributes after each line (#469) 2022-07-09 01:38:35 -07:00
libc Make sorted serialization faster 2022-07-22 04:19:01 -07:00
net Correct more typos (#500) 2022-07-21 20:53:30 -07:00
tool Correct more typos (#500) 2022-07-21 20:53:30 -07:00
test.mk Support malloc() on bare metal 2021-02-24 00:53:24 -08:00