cosmopolitan/tool
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
..
args Make some systemic improvements 2022-05-18 16:52:36 -07:00
build Make sorted serialization faster 2022-07-22 04:19:01 -07:00
decode Correct more typos (#500) 2022-07-21 20:53:30 -07:00
emacs Remove trailing whitespace from all files (#497) 2022-07-20 20:31:16 -07:00
hash Make build hermetic without shell scripts 2022-05-25 13:55:57 -07:00
lambda Make build hermetic without shell scripts 2022-05-25 13:55:57 -07:00
net Make sorted serialization faster 2022-07-22 04:19:01 -07:00
plinko Remove trailing whitespace from all files (#497) 2022-07-20 20:31:16 -07:00
scripts WIP: Correct all typos (#498) 2022-07-20 14:01:15 -07:00
viz WIP: Correct all typos (#498) 2022-07-20 14:01:15 -07:00
tool.mk Make fixes and improvements 2022-06-18 01:46:12 -07:00