cosmopolitan/tool/net
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
..
demo Remove trailing whitespace from all files () 2022-07-20 20:31:16 -07:00
tiny Fix bugs with recent change 2022-04-16 10:40:23 -07:00
.init.lua Add SSL to redbean 2021-06-24 13:20:50 -07:00
counters.inc Make some systemic improvements 2022-05-18 16:52:36 -07:00
dig.c Restart CI for New Technology and UBSAN hunting 2022-03-21 04:32:57 -07:00
echo.c Reduce makefile dependencies by 10% 2022-06-08 20:01:28 -07:00
favicon.ico Make major improvements to redbean and libraries 2021-04-18 12:34:15 -07:00
help.txt Make sorted serialization faster 2022-07-22 04:19:01 -07:00
largon2.c WIP: Correct all typos () 2022-07-20 14:01:15 -07:00
lfinger.c Add tcp syn packet fingerprinting to redbean 2022-07-17 02:43:49 -07:00
lfinger.h Add tcp syn packet fingerprinting to redbean 2022-07-17 02:43:49 -07:00
lfuncs.c Improve Lua and JSON serialization 2022-07-12 23:35:11 -07:00
lfuncs.h Add Deflate() / Inflate() to redbean and fix bugs 2022-07-08 09:47:04 -07:00
ljson.c Add utf-8 validation to ljson 2022-07-15 06:20:07 -07:00
ljson.h Further improve JSON serialization 2022-07-11 23:06:49 -07:00
lmaxmind.c Import C++ Standard Template Library 2022-03-22 06:41:54 -07:00
lpath.c Make improvements 2022-07-21 03:36:42 -07:00
lpath.h Make improvements 2022-07-21 03:36:42 -07:00
lre.c Write more redbean unit tests 2022-07-08 23:10:02 -07:00
lsqlite3.c Remove trailing whitespace from all files () 2022-07-20 20:31:16 -07:00
luacheck.h Fix reporting of Lua stack items from various hook calls () 2022-04-27 21:57:52 -07:00
net.mk Remove plenty of makefile misconfigurations 2022-07-21 09:20:59 -07:00
redbean-original.c Remove plenty of makefile misconfigurations 2022-07-21 09:20:59 -07:00
redbean-static.c Remove plenty of makefile misconfigurations 2022-07-21 09:20:59 -07:00
redbean-unsecure.c Remove plenty of makefile misconfigurations 2022-07-21 09:20:59 -07:00
redbean.c Make improvements 2022-07-21 03:36:42 -07:00
redbean.png Make improvements 2020-09-14 00:02:34 -07:00
sandbox.h Strengthen the pledge() polyfill 2022-06-27 13:02:17 -07:00
wb.c Use re-entrant locks on stdio 2022-05-22 08:28:33 -07:00